Module Name: src Committed By: nia Date: Tue Nov 9 09:18:02 UTC 2021
Modified Files: src/usr.bin/systat: pigs.c swap.c Log Message: systat(1): convert free(x); x = malloc(x * y) to reallocarr. free on NULL is a guaranteed non-op. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/usr.bin/systat/pigs.c cvs rdiff -u -r1.20 -r1.21 src/usr.bin/systat/swap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.