summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
cb08e2f)
providing a particularly obnoxious sender full name.
Reported by Qualys.
providing a particularly obnoxious sender full name.
Reported by Qualys.
+pp/06 Fix CVE-2020-28016 (PFPZA): Heap out-of-bounds write in parse_fix_phrase()
+
+
Exim version 4.94
-----------------
Exim version 4.94
-----------------
/* No non-printers; use the RFC 822 quoting rules */
/* No non-printers; use the RFC 822 quoting rules */
+if (!len)
+ {
+ return string_copy_taint_function("", is_tainted(phrase));
+ }
+
buffer = store_get(len*4, is_tainted(phrase));
s = phrase;
buffer = store_get(len*4, is_tainted(phrase));
s = phrase;