[exim-dev] [Bug 2813] unable to send mail with PAM auth

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Old-Topics: [exim-dev] [Bug 2813] New: exim-4.95: unable to send mail, no host name found loop
Subject: [exim-dev] [Bug 2813] unable to send mail with PAM auth
https://bugs.exim.org/show_bug.cgi?id=2813

--- Comment #21 from Adam Lackorzynski <adam@???> ---
(In reply to Fabian Groffen from comment #17)
> (In reply to Adam Lackorzynski from comment #16)
> > Created attachment 1402 [details]
> > Possible fix for the described issue.
>
> Hey thanks, just as a suggestion, the following might just work as well:
>
> -      reply[i].resp = CS string_copy_malloc(arg); /* PAM frees resp */
> +      reply[i].resp = strdup(arg); /* Use libc malloc, PAM frees resp */


Indeed. Thanks!

--
You are receiving this mail because:
You are on the CC list for the bug.