Closed enxio closed 2 years ago
In hash/api/lc_hash.h several function do not validate input pointers and just dereference them. Some more in aead/src/cshake_crypt.c.
hash/api/lc_hash.h
aead/src/cshake_crypt.c
Fix applied, thanks.
In
hash/api/lc_hash.h
several function do not validate input pointers and just dereference them. Some more inaead/src/cshake_crypt.c
.