[#] http://marc.info/?l=openbsd-cvs&m=140780673432117&w=2
openbsd-cvs(obsdave,2) — All
2014-08-12 05:55:10


Module name: src
Changes by: dlg@cvs.openbsd.org 2014/08/11 19:25:21

Modified files:
sys/kern : subr_pool.c

Log message:
i accidentally removed the check for whether the requested pool in
the sysctl path exists. return ENOENT instead of trying a NULL
deref.