Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/raidframe
Module Name: src
Committed By: oster
Date: Fri Jan 14 01:33:15 UTC 2005
Modified Files:
src/sys/dev/raidframe: rf_states.c
Log Message:
After walking through desc->dagList nuking entries, make sure
desc->dagList is set to NULL before continuing. If we don't,
there's a danger that we'll try to re-free these items later.
(This should fix a panic reported to me via private communciation.)
To generate a diff of this commit:
cvs rdiff -r1.36 -r1.37 src/sys/dev/raidframe/rf_states.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