------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=927 --- Comment #8 from Phil Pennock <[email protected]> 2009-12-09 04:40:18 --- Created an attachment (id=357) --> (http://bugs.exim.org/attachment.cgi?id=357) check getgroups() returns, use sig_atomic_t for vars set from signal handlers This patch against current CVS makes Exim a little more paranoid: * check the return value of getgroups() for error * use sig_atomic_t sizing, in addition to the volatile type qualifier, for vars set from signal handlers. -- Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email -- ## List details at http://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
