Re: [9fans] memory leaks in libmp

2017-01-17 Thread cinap_lenrek
> 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. i cannot predict the future nor tell you how to spend your time. i'm *not* claimi

[9fans] memory leaks in libmp

2017-01-17 Thread Giacomo Tesio
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, n

[9fans] out of bound access in libsec

2017-01-17 Thread Giacomo Tesio
Hi, running coverity scan on libsec it reported two defects that do not seem false positives: 1. an out of bound access to aesXCBCmac (see https://github.com/JehanneOS/jehanne/issues/3 ) 2. an out of bound access in msgRecv, tlshand.c:1809 (see https://github.com/JehanneOS/jehanne/issues/4 ) I ve