https://bugs.exim.org/show_bug.cgi?id=2813
--- Comment #17 from Fabian Groffen <grobian@???> ---
(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 */
--
You are receiving this mail because:
You are on the CC list for the bug.