Additional fix for for http://bugs.cacert.org/view.php?id=1070
"Certain account passwords are logged in web server error log."
This commit is contained in:
parent
eff4f484ff
commit
26fc6dd1f5
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@
|
|||
//echo "Points due to name matches: $points<br/>";
|
||||
|
||||
$shellpwd = escapeshellarg($pwd);
|
||||
$do = `grep $shellpwd /usr/share/dict/american-english`;
|
||||
$do = `grep -F -- $shellpwd /usr/share/dict/american-english`;
|
||||
if($do)
|
||||
$points--;
|
||||
|
||||
|
|
Loading…
Reference in a new issue