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.