[#] http://marc.info/?l=openbsd-cvs&m=140951832012111&w=2
openbsd-cvs(obsdave,2) — All
2014-09-01 01:55:07


Module name: src
Changes by: bluhm@cvs.openbsd.org 2014/08/31 14:51:31

Modified files:
usr.sbin/syslogd: syslogd.c

Log message:
Do not call free() on an array in the data section. Fortunately
the code was not reached. No binary change.
OK miod@ guenther@