CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2018/03/01 07:11:11
Modified files: sys/kern : uipc_socket.c Log message: When socket splicing is involved, delay the pool_put() after the splicing thread has finished sotask() with the socket to be freed. Use after free reported and fix successfully tested by Rivo Nurges. discussed with mpi@