Track tainted data and refuse to expand it
[exim.git] / src / src / moan.c
index cdec74586b530e353730dc76649c9efaf402f5d3..fea3683ba07631214eb7157e1b306040138f8cb4 100644 (file)
@@ -308,7 +308,7 @@ if (bounce_return_message)
   if (bounce_return_body && message_file)
     {
     BOOL enddot = f.dot_ends && message_file == stdin;
-    uschar * buf = store_get(bounce_return_linesize_limit+2);
+    uschar * buf = store_get(bounce_return_linesize_limit+2, TRUE);
 
     if (firstline) fprintf(fp, "%s", CS firstline);