FS#14126 - bzip2 contains resource leaks

Attached to Project: Arch Linux
Opened by BillE (boogachamp) - Monday, 06 April 2009, 18:45 GMT
Last edited by Aaron Griffin (phrakture) - Thursday, 09 April 2009, 17:25 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:
I couldn't find where to report bugs directly to bzip2 devs, so I am posting it here because its the disto I use.
Running cppcheck 1.30 against bzip2 1.0.5 yeilds:

% cppcheck -f -a -q .
[./bzip2.c:1309]: (error) Resource leak: inStr
[./bzip2.c:1596]: (error) Resource leak: inStr

inStr should be closed before leaving these functions.

This task depends upon

Closed by  Aaron Griffin (phrakture)
Thursday, 09 April 2009, 17:25 GMT
Reason for closing:  Upstream
Comment by Gerardo Exequiel Pozzi (djgera) - Monday, 06 April 2009, 21:43 GMT
Hi, send mail to the author, look the mail at http://www.bzip.org
Comment by BillE (boogachamp) - Monday, 06 April 2009, 22:07 GMT
done and done
Comment by Aaron Griffin (phrakture) - Thursday, 09 April 2009, 17:25 GMT
Yeah, no point in tracking this in the Arch bug tracker - it fractures the information. Upstream bugs should always be sent upstream - closing

Loading...