CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2015/01/06 16:11:23
Modified files: lib/libevent : event.c Log message: Backout revision 1.37. Setting ev->ev_pncalls to NULL results in a use after free if the callback has freed the ev. With F in malloc.conf both tmux and the regression tests triggered a segmentation fault. OK nicm@