Displaying 1 result from an estimated 1 matches for "voliatil".
Did you mean:
volatil
2002 Nov 07
5
From RISKS: secret scrubbing code removed by optimizers
This showed up in RISKS and no one has mentioned it here yet, so..
OpenSSH contains lots of code like:
char *password = read_passphrase(prompt, 0);
[do stuff]
memset(password, 0, strlen(password));