Opened 17 years ago
Closed 17 years ago
#4937 closed defect (fixed)
init important vars in newAdjustFilter
Reported by: | Owned by: | Isaac Richards | |
---|---|---|---|
Priority: | trivial | Milestone: | unknown |
Component: | mythtv | Version: | head |
Severity: | low | Keywords: | |
Cc: | Ticket locked: | no |
Description
newAdjustFilter uses sscanf, which means that whatever variable is passed by reference may come out of the call untouched. So any variable going in should already be initialized.
Attachments (1)
Change History (2)
Changed 17 years ago by
Attachment: | filters_adjust_filter_adjust.c-init-vars-in-newAdjustFilter.patch added |
---|
Note: See
TracTickets for help on using
tickets.
inits vars in newAdjustFilter