CVSROOT:        /cvs
Module name:    ports
Changes by:     k...@cvs.openbsd.org    2019/05/28 11:37:40

Modified files:
        devel/jdk/1.8  : Makefile 
Added files:
        devel/jdk/1.8/patches: 
                               
patch-jdk_src_solaris_native_java_lang_childproc_c 

Log message:
Use closefrom(2) after fork/vfork and before exec instead of
opendir/readdir on /dev/fd. opendir/readdir are not async-signal-
safe and may not be safely called after forking in a multi-threaded
program. Issue raised to my attention by deraadt@. Okay ian@

Reply via email to