48b28b91852a975a495a6fe82f5db5b35333500a |
|
12-Jun-2014 |
Timo Sirainen <tss@iki.fi> |
auth: Invalid userdb passwd-file and userdb templates may have caused crashes.
Using just "key" parameter instead of "key=value" usually worked, but for
some keys the code assumed that there was a value and it dereferenced NULL.
We'll solve this by just using value="" instead of value=NULL.
Found by Coverity |