CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/06/02 20:24:36
Modified files:
lib/libc/gen : getgrouplist.c getpwent.c
lib/libutil : pidfile.c
libexec/ld.so/ldconfig: prebind.c prebind_delete.c
libexec/spamd-setup: spamd-setup.c
sbin/disklabel : disklabel.c
sbin/iked : iked.c parse.y
sbin/ipsecctl : parse.y
sbin/isakmpd : field.c
sbin/pfctl : pfctl_parser.c
usr.sbin/httpd : httpd.c
usr.sbin/ldapd : btree.c index.c ldape.c search.c
usr.sbin/relayd: relayd.c
usr.sbin/rtadvd: dump.c
usr.sbin/smtpd : smtpd.c
usr.sbin/snmpd : snmpd.c
Log message:
Do not assume that asprintf() clears the pointer on failure, which
is non-portable. Also add missing asprintf() return value checks.
OK deraadt@ guenther@ doug@