fortify-headers/include
sin 195fffa420 Add getgroups() check
Since getgroups() will never write more than NGROUPS_MAX entries
we might as well cap len to that value.

The following should probably not trap the program:

gid_t set[NGROUPS_MAX];
getgroups(NGROUPS_MAX + 1, set);
2015-02-28 12:00:25 +00:00
..
sys Add send() check 2015-02-24 19:37:25 +00:00
stdio.h Remove compile time checks 2015-02-24 18:14:33 +00:00
stdlib.h Add realpath() check 2015-02-24 19:04:02 +00:00
string.h Clarify comment a bit 2015-02-25 10:35:16 +00:00
strings.h Remove compile time checks 2015-02-24 18:14:33 +00:00
unistd.h Add getgroups() check 2015-02-28 12:00:25 +00:00