CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/04/11 08:52:49
Modified files:
usr.sbin/httpd : config.c logger.c server.c
Log message:
Always check the return value of proc_composev_imsg() and handle failures
appropriately. Otherwise imsg construction can silently fail, resulting in
non-obvious problems.
Found the hard way by Theodore Wynnychenko.
ok doug@ florian@
