CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2012/04/14 03:42:32
Modified files: sys/kern : uipc_usrreq.c Log message: Do not just return in case the provided control buffer is too short since that leaks all the file pointers. Instead make sure that the exit path via restart: -> out: does not free the uninitialized pointer. OK deraadt@ guenther@