Commit Graph

1 Commits

Author SHA1 Message Date
Michal Sekletar
f2801bcfd9 pppd: fix possible null pointer dereferencing
We shouldn't call strcmp directly on return value of crypt() because
it might return NULL.

Resolves: #815617
2013-07-04 16:19:23 +02:00