#3423: Undefined behavior in crypto/cast/c_enc.c

starlight.2015q2 at binnacle.cx starlight.2015q2 at binnacle.cx
Thu Jun 11 20:33:46 UTC 2015


Hello,

FYI using gcc 4.9.2 on x86_64 AMD

after Configure added

   -flto
   -g
   -fstack-protector-all --param ssp-buffer-size=1
   -fsanitize=address
   -fsanitize=undefined
   -fasynchronous-unwind-tables
   -DOPENSSL_NO_BUF_FREELIST

and 'make test' fails with old bug marked "resolved"

  3423: Undefined behavior in crypto/cast/c_enc.c



started with

./Configure \
    linux-x86_64 \
    enable-ec_nistp_64_gcc_128 \
    shared \
    threads \
    zlib \
    no-ssl2 \
    no-ssl3 \
    no-exp-edh-rsa-des-cbc-sha \
    no-exp-edh-dss-des-cbc-sha \
    no-exp-des-cbc-sha \
    no-exp-rc2-cbc-md5 \
    no-exp-rc4-md5 \
    --openssldir=/usr/local/openssl-1.0.2

Regards



More information about the openssl-bugs-mod mailing list