julian 2005-03-21 22:55:38 UTC FreeBSD src repository Modified files: sys/kern kern_thread.c Log: Fix code freeing wrong cred pointer. Submitted by: das Noticed by: Coverity tool MFC after: 3 days Note: usually the two pointers point to the same thing but it was still a bug. Revision Changes Path 1.214 +4 -2 src/sys/kern/kern_thread.c