PowerDNS / weakforced

Anti-Abuse for servers at authentication time
GNU General Public License v3.0
124 stars 33 forks source link

Better redis error checking in BlackWhiteListDB::loadPersistEntries() #361

Closed neilcook closed 2 years ago

neilcook commented 2 years ago

The error checking in BlackWhiteListDB::loadPersistEntries() was somewhat deficient, leading to the function getting stuck in an infinite loop in the event of certain Redis failure conditions. This has been corrected.