CVSROOT: /cvs Module name: src Changes by: yasu...@cvs.openbsd.org 2013/09/20 02:11:55
Modified files: sys/net : pipex.c Log message: Fix a panic bug in pipex. If pipex deletes a session by the idle-timer when the userland program (npppd) is dead or frozen, the session remains in state_list after it is destroyed, it will be used after free.