Avoid a crash (free of bogus pointer) when there is a syntax error
authormillert <millert@openbsd.org>
Thu, 8 Jan 2015 22:10:08 +0000 (22:10 +0000)
committermillert <millert@openbsd.org>
Thu, 8 Jan 2015 22:10:08 +0000 (22:10 +0000)
commitb49d95e6e7394c8512018270249b920d9dcd976e
tree55b0c0eff009e360cb2c51b1d131e3f3f360204b
parenta34e5c24686f591b6ee9b06f1cffc128c44d4f94
Avoid a crash (free of bogus pointer) when there is a syntax error
reading the config socket by clearing the entire blacklist struct
instead of just the tag string.  Also avoid holes in the blacklist
array on error since the code can't cope with them.  OK beck@
libexec/spamd/sdl.c