CVSROOT: /cvs Module name: src Changes by: e...@cvs.openbsd.org 2012/09/19 06:59:59
Modified files: usr.sbin/smtpd : aliases.c forward.c makemap.c map_db.c map_static.c map_stdio.c Log message: expandnodes must be bzero()'d before parsing to be sure there is no bogus data left on return, since the RB compare functions uses memcmp(). While there, remove all calls to bzero() before alias_parse(). ok gilles@