Module Name: src Committed By: mrg Date: Sun Jan 22 04:52:04 UTC 2017
Modified Files: src/usr.bin/netstat: if.c Log Message: re-do the previous to avoid malloc/free on the same size every iteration. with this, or the previous, 'netstat -b 1' no longer leaks memory in -current (or any older release using sysctl for this.) To generate a diff of this commit: cvs rdiff -u -r1.92 -r1.93 src/usr.bin/netstat/if.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.