Cosmin Moldovan wrote:

Im not sure about the correct usage pattern of the stack structures, but I think that this is a bug, found in openssl 0.9.7d, in crypto/stack/stack.c. The function sk_insert does not initialize the newly allocated pointers, when it reallocs the data array (lines 146-154).
This behaviour ist not consistent with that of sk_new, which initializes the array (lines 128-129).

One month ago some bugs in stack.c were corrected, please look into the newest snapshot whether the above error was corrected too.
Ciao,
Richard
--
Dr. Richard W. K�nning
Fujitsu Siemens Computers GmbH
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]

Reply via email to