CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/08/03 14:22:39
Modified files:
usr.bin/wall : wall.c
Log message:
In addgroup() malloc(3) does not allocate enough memory as it only
counts the number of elements but not their size. This can crash
"wall -g group" if many users are in the group.
ok millert
