[openssl-dev] [openssl.org #3902] #3423: Undefined behavior in crypto/cast/c_enc.c

starlight.2015q2@binnacle.cx via RT rt at openssl.org
Thu Jun 11 20:34:37 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

_______________________________________________
openssl-bugs-mod mailing list
openssl-bugs-mod at openssl.org
https://mta.openssl.org/mailman/listinfo/openssl-bugs-mod



More information about the openssl-dev mailing list