On Tue, Mar 08, 2011, Steven M. Schweda wrote:

>    There seems to be some evidence that argv[] _should_ be
> NULL-terminated, which would seem to shift the the blame for the
> misbehavior of the "apps/" programs (on Alpha with 64-bit pointers) from
> programs themselves to HP's C compiler team.
> 

Yes I'm pretty sure I read it somewhere. A simple workaround would be to copy
argv into a malloced copy that is properly NULL terminated if you haven't done
that already. As all the apps go through main() code in apps/openssl.c you
should only need to change one place.

Steve.
-
Dr Stephen N. Henson. OpenSSL project core developer.
Commercial tech support now available see: http://www.openssl.org
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to