openssl/crypto/lhash
Richard Levitte bcb5d42171 OPENSSL_LH_flush(): assign NULL after freeing
OPENSSL_LH_flush() frees the linked lists for each slot, but didn't
set the list head to NULL after doing so, with the result that an
operation that affects these lists is likely to cause a crash.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/8781)
2019-04-19 10:24:16 +02:00
..
build.info unified build scheme: add build.info files 2016-02-01 12:46:58 +01:00
lh_stats.c Following the license change, modify the boilerplates in crypto/lhash/ 2018-12-06 15:02:41 +01:00
lhash.c OPENSSL_LH_flush(): assign NULL after freeing 2019-04-19 10:24:16 +02:00
lhash_lcl.h Following the license change, modify the boilerplates in crypto/lhash/ 2018-12-06 15:02:41 +01:00