X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/e3e281ccf9d8777d0df98ddd644720573e0343d1..6966f351a5e7e0d6b5d10165c71c366495f7f520:/src/exim_monitor/em_main.c diff --git a/src/exim_monitor/em_main.c b/src/exim_monitor/em_main.c index 38c72307a..af1323064 100644 --- a/src/exim_monitor/em_main.c +++ b/src/exim_monitor/em_main.c @@ -594,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 */