Files
semi-libc/src
Rich Felker 23b8e3bc95 fix off-by-one error in getgrnam_r and getgrgid_r, clobbering gr_name
bug report and patch by Michael Forney. the terminating null pointer
at the end of the gr_mem array was overwriting the beginning of the
string data, causing the gr_name member to always be a zero-length
string.
2013-09-29 02:52:33 -04:00
..
2013-09-13 01:22:13 -04:00
2013-08-28 03:34:57 -04:00
2013-09-04 10:23:42 -04:00