Mailing List Archive

[Bug 2691] New: list match into a filename element does not set $foo_data
https://bugs.exim.org/show_bug.cgi?id=2691

Bug ID: 2691
Summary: list match into a filename element does not set
$foo_data
Product: Exim
Version: 4.94
Hardware: All
OS: Linux
Status: NEW
Severity: bug
Priority: medium
Component: List matching
Assignee: unallocated@exim.org
Reporter: jgh146exb@wizmail.org
CC: exim-dev@exim.org

Found with a local_parts= match, but likely applies also to domains=

When an element of the list is a filename, $local_part_data is not being
properly
set. Results vary; sometimes bogus data, sometimes no value.

This turned out to be returning a stack-allocated string array with the value;
fix is to copy to allocated memory.

--
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/ ##