[Exim] exim segfault with AUTH PLAIN

Startseite
Nachricht löschen
Nachricht beantworten
Autor: J. Nick Koston
Datum:  
To: exim-users
Betreff: [Exim] exim segfault with AUTH PLAIN
    While I was trying to get pam working I came across this. I'm not sure
if this is dangerous or not, but I figure I better say something about it.

[bdraco@bd bdraco]$ ./encode '\0uucp\0'
AHV1Y3AA


220 ?????????????????? ESMTP Exim 3.10 #1 Tue, 30 Nov 1999 19:04:10 -0500
AUTH PLAIN AHV1Y3AA
Connection closed by foreign host.

strace -p ....
- --- SIGSEGV (Segmentation fault) ---


            Nick


- --exim.conf--
fixed_plain:
driver = plaintext
public_name = PLAIN
server_condition = "\
${if pam {$2:$3}{yes}{no}}"
server_set_id = $2
- --end exim.conf--