Ticket #2039 (closed defect: fixed)
missing retcheck in lib/skin/ini-file.c
Reported by: | vit_r | Owned by: | andrew_b |
---|---|---|---|
Priority: | trivial | Milestone: | 4.7.3 |
Component: | mc-skin | Version: | master |
Keywords: | Cc: | ||
Blocked By: | #2243 | Blocking: | |
Branch state: | Votes for changeset: | committed-master committed-stable |
Description (last modified by andrew_b) (diff)
file_name = g_path_get_basename (mc_skin->name);
ought to be checked
Attachments
Change History
Changed 15 years ago by vit_r
- Attachment 2039-retcheck-in-lib-skin-ini-file.c.patch added
comment:1 Changed 14 years ago by andrew_b
- Blocked By 2243 added
- Milestone changed from 4.7 to 4.7.3
Fixed in #2243.
comment:2 Changed 14 years ago by andrew_b
- Status changed from new to accepted
- Owner set to andrew_b
comment:3 Changed 14 years ago by andrew_b
- Status changed from accepted to testing
- Votes for changeset set to committed-master committed-stable
- Resolution set to fixed
- severity changed from no branch to merged
- Description modified (diff)
comment:5 Changed 14 years ago by andrew_b
changeset:65f3088029fc76890ea7d7154e1dd9440ce00816 in 4.7.0-stable branch.
Note: See
TracTickets for help on using
tickets.
retcheck of g_path_get_basename (mc_skin->name);