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

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: bug477
Fecha:  
A: exim-dev
Asunto: [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