1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-08 07:25:31 +00:00
Brooks Davis d534b0c238 cr_groups is no longer embedded in struct ucred and is instead stored
in a seperate array.  As such we need to use kvm_read rather than bcopy
to populate the ki_groups field.

This fixes a crash when running ps -ax on a coredump.

Reported by:	brucec
Tested by:	brucec
MFC after:	3 days
2009-09-08 19:37:59 +00:00
..
2009-09-08 15:18:25 +00:00
2009-06-23 23:20:09 +00:00
2009-07-30 00:11:41 +00:00