ryanries / PassFiltEx

PassFiltEx. An Active Directory Password Filter.
GNU General Public License v3.0
264 stars 50 forks source link

Crash when attempting to (re)set password to the empty string #9

Closed allquixotic closed 5 years ago

allquixotic commented 5 years ago

If somehow PasswordFilter() receives a password string of length 0 (the empty string), PassFiltEx crashes.

Fixed in PR #4.