Module Name: src Committed By: abs Date: Sun May 29 10:51:41 UTC 2022
Modified Files: src/lib/libcrypt: crypt-argon2.c Log Message: Free strdup'd value in libargon decode_option error paths If its worth freeing in the success path, its worth freeing in the error path... (given we don't _exit or similar) To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/lib/libcrypt/crypt-argon2.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.