Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion package/network/services/ead/src/pw_encrypt_md5.c
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,6 @@ md5_crypt(char passwd[MD5_OUT_BUFSIZE], const unsigned char *pw, const unsigned
__md5_Update(&ctx, final, pl > 16 ? 16 : pl);

/* Don't leave anything around in vm they could use. */
//TODO: the above comment seems to be wrong. final is used later.
memset(final, 0, sizeof(final));

/* Then something really weird... */
Expand Down
Loading