XRT icon indicating copy to clipboard operation
XRT copied to clipboard

Fix coverity issues

Open xfreid opened this issue 1 year ago • 2 comments

Problem solved by the commit

CID 361819: Resource leak CID 361824: Resource leak CID 361822:Unused value

Bug / issue (if any) fixed, which PR introduced the bug, how it was discovered

discovered by coverity scan

How problem was solved, alternative solutions (if any) and why they were rejected

CID 361819: make sure file handle fp is always released CID 361824: make sure data is released even when an invalid PDI file is passed in CID 361822: comment out the unused assignment for DestAddr

Risks (if any) associated the changes in the commit

None

What has been tested and how, request additional testing if necessary

None

Documentation impact (if any)

None

xfreid avatar Apr 30 '24 16:04 xfreid

Can one of the admins verify this patch?

gbuildx avatar Apr 30 '24 16:04 gbuildx

Can one of the admins verify this patch?

gbuildx avatar Apr 30 '24 16:04 gbuildx