hi,
we've developed a tool for automatically detecting memory errors. We ran our tool on openssl and it has detected the following (possible) memory leaks in

apps/speed.c

function

static int do_multi(int multi)

At line 2759 the variable fds is allocated. But at line 2776 and 2925 the procedure returns
without freeing fds.
Moreover, at line 2766 and 2788, fds is dereferenced without checking that mallloc has actually allocated memory. This may cause a memory fault.

Regards,
The SpaceInvader team.

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to