Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/external/bsd/blacklist/bin
Module Name: src
Committed By: christos
Date: Wed Nov 6 21:01:18 UTC 2019
Modified Files:
src/external/bsd/blacklist/bin: conf.c
Log Message:
Ordinarily, the continue clause of the for-loop would free 'line.' In this
case we instead return early, missing the free. Add an explicit free to
avoid the leak. Found via coverity.
>From Conrad Meyer @ FreeBSD r331230
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/external/bsd/blacklist/bin/conf.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index