Deleted Added
full compact
36c36
< __FBSDID("$FreeBSD: head/lib/libkse/thread/thr_kern.c 123312 2003-12-09 02:20:56Z davidxu $");
---
> __FBSDID("$FreeBSD: head/lib/libkse/thread/thr_kern.c 123668 2003-12-19 13:24:54Z davidxu $");
202,204c202,203
< * Here it is not safe to reinitialize the library after fork().
< * Because memory management may be corrupted, further calling
< * malloc()/free() may cause undefined behavior.
---
> * It is not safe to free memory after fork(), because these data
> * structures may be in inconsistent state.