Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   ad
Date:           Sun Apr 27 14:26:58 UTC 2008

Modified Files:
        src/sys/kern: uipc_socket.c
        src/sys/sys: socketvar.h

Log Message:
Fix a use-after-free in soabort(). It would be better to kill SS_NOFDREF
and maintain a per-socket reference count, but SS_NOFDREF is slightly
more than a simple reference count and I don't want to break anything.


To generate a diff of this commit:
cvs rdiff -r1.160 -r1.161 src/sys/kern/uipc_socket.c
cvs rdiff -r1.105 -r1.106 src/sys/sys/socketvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index