https://bugs.exim.org/show_bug.cgi?id=2813

--- Comment #17 from Fabian Groffen <[email protected]> ---
(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.
-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim 
details at http://www.exim.org/ ##

Reply via email to