From ee09e9dadb69aaba5a751dd20ccc6d587d841bd6 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 11 May 1998 06:38:36 +0000 Subject: changed to use slprintf() instead of sprintf() just about everywhere. I've implemented slprintf() as a bounds checked sprintf() using mprotect() and a non-writeable page. This should prevent any sprintf based security holes. --- source/include/includes.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/include/includes.h') diff --git a/source/include/includes.h b/source/include/includes.h index e5076c6f39c..44ed317ae9f 100644 --- a/source/include/includes.h +++ b/source/include/includes.h @@ -237,6 +237,7 @@ Here come some platform specific sections #define USE_SETSID #define HAVE_BZERO #define HAVE_MEMMOVE +#define HAVE_VSNPRINTF #define USE_SIGPROCMASK #define USE_WAITPID #define USE_SYSV_IPC -- cgit