git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix string_copyn() for limit greater than actual string length
[exim.git]
/
src
/
exim_monitor
/
em_main.c
diff --git
a/src/exim_monitor/em_main.c
b/src/exim_monitor/em_main.c
index 38c72307a9b443d1c70943a73b7b5e2fafbc1cfa..69de8dc4d37055ea9d82890243a16dc839e4fc5b 100644
(file)
--- a/
src/exim_monitor/em_main.c
+++ b/
src/exim_monitor/em_main.c
@@
-3,7
+3,7
@@
*************************************************/
/* Copyright (c) University of Cambridge 1995 - 2018 */
*************************************************/
/* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2021 */
+/* Copyright (c) The Exim Maintainers 2021
- 2022
*/
/* See the file NOTICE for conditions of use and distribution. */
/* See the file NOTICE for conditions of use and distribution. */
@@
-594,7
+594,7
@@
constructing file names and things. This call will initialize
the store_get() function. */
store_init();
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 */
/* Set up the version string and date and output them */