Source-Changes archive

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

CVS commit: src/sys/kern



Module Name:    src
Committed By:   wrstuden
Date:           Wed Apr  4 02:30:43 UTC 2007

Modified Files:
        src/sys/kern: bufq_readprio.c

Log Message:
Add a KASSERT to address CID: 4335.

Make sure that if we pull a buffer off of the read queue that it really
is a read request. Lower in this routine we base which queue we
dequeue the request from on its read/write state. Thus if a write
op ever ended up on the read queue, we'd explode (dereference NULL).


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/sys/kern/bufq_readprio.c

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