https://bugs.exim.org/show_bug.cgi?id=2140
Phil Pennock <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |[email protected] Assignee|[email protected] |[email protected] --- Comment #1 from Phil Pennock <[email protected]> --- Confirmed, I can see what's happened. There was a "const"ification cleanup which tried to avoid temporarily dropping NUL characters into text which was being scanned through, using Ustrncmp instead of Ustrcmp to handle it. But the transport lookup didn't switch to Ustrncmp. Ironically, quite a few test-cases were added to handle this, so our testing got better at the same time. But not better enough. -- 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/ ##
