From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 From: Giacomo Tesio Date: Wed, 18 Jan 2017 02:23:05 +0100 Message-ID: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=001a11c149143d8455054654423a Subject: [9fans] memory leaks in libmp Topicbox-Message-UUID: b1de2450-ead9-11e9-9d60-3106f5b1d025 --001a11c149143d8455054654423a Content-Type: text/plain; charset=UTF-8 Hi, these other two defects identified from Coverity scan that you might find interesting: https://github.com/JehanneOS/jehanne/issues/5 https://github.com/JehanneOS/jehanne/issues/6 NOTE: 9front's guys consider these a false positive, since both mptole(n, nil, 0, nil); and mptobe(n, nil, 0, nil); are stupid bugs in the caller. Since, I do stupid errors often, I prefer to fix the leak. Still a lot of coverity defects are actually false positives. I try to signal here only the actual bugs but I might be wrong, thus let me know if you find these report useless and I will stop to annoy the list. Giacomo --001a11c149143d8455054654423a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

Since, I do = stupid errors often, I prefer to fix the leak.

Still a lot of coveri= ty defects are actually false positives.
I try to signal here only the a= ctual bugs but I might be wrong, thus let me know if you find these report = useless and I will stop to annoy the list.


Giacomo
--001a11c149143d8455054654423a--