Ticket #2041 (closed defect: fixed)
missing retcheck of g_strdup_printf in logging.c
Reported by: | vit_r | Owned by: | andrew_b |
---|---|---|---|
Priority: | trivial | Milestone: | 4.7.2 |
Component: | mc-core | Version: | master |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | Votes for changeset: | committed-master |
Description
in lib/logging.c
logfilename = g_strdup_printf (...)
retval ought to be checked.
two files are similar
first file shows what is it about
*FULL.patch is exactly the same except spaces
only one of them is to be applied
Attachments
Change History
Changed 15 years ago by vit_r
- Attachment 2041-missing-g_strdup_printf-retcheck-in-logging.c.patch added
Changed 15 years ago by vit_r
- Attachment 2041-missing-g_strdup_printf-retcheck-in-logging.c-FULL.patch added
missing retcheck of g_strdup_printf in lib logging.c
comment:1 Changed 15 years ago by andrew_b
- Blocked By 2097 added
- Milestone changed from 4.7 to 4.7.2
Applied with some modifications in 2097.
comment:2 Changed 15 years ago by andrew_b
- Status changed from new to accepted
- Owner set to andrew_b
comment:3 Changed 15 years ago by andrew_b
- Blocked By 2097 removed
(In #2097) Merged to master.
changeset:f4e369c222543f864adfde7be211e9881cdf30a2
git log --pretty=oneline 4cea5be^...f4e369c
Note: See
TracTickets for help on using
tickets.
missing retcheck of g_strdup_printf in lib logging.c