[openssl-dev] [openssl.org #3879] [BUG] opennssl 1.0.1g cause the system crash (obj_xref.c)

Kurt Roeckx kurt at roeckx.be
Sat May 30 06:30:41 UTC 2015


On Sat, May 30, 2015 at 01:49:30AM +0000, Joy Tu (???) wrote:
> So the solution is to initialize the variable by myself or
> update the compiler to conformant with the C90 spec or
> force those global variable in the bss segment to be all 0's on my private OS?

Most likely your compiler will already put them in the bss.
Various programs will rely on the bss to be set to 0, so I suggest
you do that.

Kurt



More information about the openssl-dev mailing list