Module Name: src Committed By: mrg Date: Tue Nov 22 06:11:12 UTC 2011
Modified Files: src/sys/dev [jmcneill-audiomp3]: midictl.c Log Message: avoid one use-after-free error. midi_store->lock is unlocked after we cv_broadcast() to get the midi_store freed. keep a local copy of the lock pointer to avoid this. To generate a diff of this commit: cvs rdiff -u -r1.6.32.1 -r1.6.32.2 src/sys/dev/midictl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.