CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/02/12 06:06:47
Modified files:
usr.bin/netstat: if.c mroute6.c
Log message:
Initialize buffer pointers passed to get_sysctl to NULL; otherwise they point
to random memory so when the sysctl-estimate is too small, the realloc() fails.
Problem reported by Ze Loff, ok claudio
