Hartmut Brandt b89bc9e62b When a process has been waiting on a condition variable or mutex the
td_wmesg field in the thread structure points to the description string of
the condition variable or mutex. If the condvar or the mutex had been
initialized from a loadable module that was unloaded in the meantime,
td_wmesg may now point to invalid memory. Retrieving the process table now
may panic the kernel (or access junk). Setting the td_wmesg field to NULL
after unblocking on the condvar/mutex prevents this panic.

PR:		kern/47408
Approved by:	jake (mentor)
2003-02-27 08:43:27 +00:00
..
2003-02-27 07:40:44 +00:00
2003-02-14 12:44:48 +00:00
2002-12-22 05:35:03 +00:00
2003-01-07 20:10:04 +00:00
2003-01-30 12:36:30 +00:00
2003-02-12 07:00:59 +00:00
2003-02-25 03:21:22 +00:00
2003-02-20 03:26:11 +00:00
2003-01-30 12:51:32 +00:00
2003-02-20 03:26:11 +00:00
2003-02-20 03:26:11 +00:00