jedisct1 / libsodium

A modern, portable, easy to use crypto library.
https://libsodium.org
Other
12.15k stars 1.73k forks source link

Unused char * #998

Closed genio closed 3 years ago

genio commented 3 years ago

https://github.com/jedisct1/libsodium/blob/3993b1a682346b3f4a25774fe73092ece6ac3d22/test/default/pwhash_scrypt.c#L300

Defined, allocated, initialized, never used, freed.

Removal of the variable in this test seems logical.

jedisct1 commented 3 years ago

Good catch, thanks!