------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=679 --- Comment #4 from Ted <[email protected]> 2009-02-14 16:43:27 --- ${length_X:$str} is safe. It does not modify the original memory and only returns a pointer to the start and either the length of the string or the length of the X. No chance of picking up random memory. Hold on - why is the ${length_50:$h_subject:} going anywhere near the database file?? The only thing logged to that file/db is the time and the to address. The subject, headers, text values are only being used in the reply message. To get random data from exim into database would require the to header to not be NULL terminated. Chances? -- Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email -- ## List details at http://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
