CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2015/01/08 15:10:08
Modified files: libexec/spamd : sdl.c Log message: 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@