freebsd_amp_hwpstate/usr.bin/sdiff
Conrad Meyer a60711fd00 sdiff(1): Fix potential NULL deref in cleanup path
In the presence of the --diff-pid argument, it is possible for 'diffpipe' to be
NULL.  Only fclose() it if it was initialized.

Reported by:	Coverity
CID:		1355183
Sponsored by:	EMC / Isilon Storage Division
2016-05-10 20:09:40 +00:00
..
tests
Makefile Only one program is build in usr.bin/sdiff use the right include 2016-05-07 20:23:26 +00:00
common.c
common.h
edit.c
extern.h
sdiff.1
sdiff.c sdiff(1): Fix potential NULL deref in cleanup path 2016-05-10 20:09:40 +00:00