[exim-dev] [Bug 477] Dovecot authenticator fails on Solaris

Top Page
Delete this message
Reply to this message
Author: bug477
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 477] Dovecot authenticator fails on Solaris
------- 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 steve@??? 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