Remove any chance of passwords persisting in deallocated main memory after application termination

pull/1/head
Timothy Pearson 9 years ago
parent e1d85d3d83
commit f1b7b0381a

@ -5529,7 +5529,8 @@ LDAPCredentials::LDAPCredentials() {
}
LDAPCredentials::~LDAPCredentials() {
//
// Overwrite password data before destroying object
password.fill(0);
}
LDAPUserInfo::LDAPUserInfo() {

Loading…
Cancel
Save