Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/sys
Module Name: src
Committed By: riastradh
Date: Mon Apr 11 03:46:37 UTC 2016
Modified Files:
src/sys/sys: pslist.h
Log Message:
Cause readers to fail noisily after PSLIST_ENTRY_DESTROY.
Using NULL only causes readers to stop iteration, because it looks
like the end of the list; using a bogus non-null pointer causes them
to crash.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/sys/pslist.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