Using the new CCB_CLEAR_ALL_EXCEPT_HDR() macro fixes
four of these issues.
CID 1356042 is a resource leak. Every time goto restart_report
is executed, cdb_storage is overwritten, leaking the buffer
that it previously pointed to.
Differential D6558
Fix Coverity CIDs 1356022, 1356034, 1356023, 1356035, 1356042 truckman on May 25 2016, 8:41 AM. Authored by Tags None Referenced Files
Subscribers
Details
Using the new CCB_CLEAR_ALL_EXCEPT_HDR() macro fixes CID 1356042 is a resource leak. Every time goto restart_report
Diff Detail
Event TimelineComment Actions Closed by commit : rS300685: Fix a couple of new instances of a false positive Coverity buffer (authored by truckman). |