------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
http://www.exim.org/bugzilla/show_bug.cgi?id=477 ------- Comment #5 from [EMAIL PROTECTED] 2007-02-28 10:35 ------- Oops.. I've found a bug in my patch (which could mean that there's a 1 byte buffer overrun. In the dc_gets() function, the while test should be: while((count < (n - 1)) && (read(fd, &buffer, 1) != 0)) -- Configure bugmail: http://www.exim.org/bugzilla/userprefs.cgi?tab=email -- ## List details at http://www.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
