Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-3] src/usr.bin/id
Module Name: src
Committed By: tron
Date: Mon Sep 12 18:39:22 UTC 2005
Modified Files:
src/usr.bin/id [netbsd-3]: id.c
Log Message:
Pull up following revision(s) (requested by drochner in ticket #772):
usr.bin/id/id.c: revision 1.25
id(1) didn't check the return value of getgrouplist(3) and used memory
outside the group array in the case that a user is member of more than
_SC_NGROUPS_MAX groups.
(This is probably also the problem behind PR bin/31069 by Zafer Aydogan.)
So check the return value and retry with sufficiently allocated memory
in case the initial _SC_NGROUPS_MAX groups are not enough.
To generate a diff of this commit:
cvs rdiff -r1.24 -r1.24.2.1 src/usr.bin/id/id.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index