c99 / non-gcc compatible inlineable functions
[exim.git] / src / exim_monitor / em_main.c
index 0a89fbb3871c7dcb8ee34364cb9d85c8270677e1..af1323064b963a9cd05eacb434f63c00aa14959c 100644 (file)
@@ -3,6 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
+/* Copyright (c) The Exim Maintainers 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 
@@ -593,7 +594,7 @@ constructing file names and things. This call will initialize
 the store_get() function. */
 
 store_init();
-big_buffer = store_get(big_buffer_size, FALSE);
+big_buffer = store_get(big_buffer_size, GET_UNTAINTED);
 
 /* Set up the version string and date and output them */