use vsnprintf instead of vsprintf in pline.c

This commit is contained in:
nhmall
2020-01-20 16:08:11 -05:00
parent f3def5c0b9
commit 92deddd6a3
3 changed files with 54 additions and 0 deletions

View File

@@ -168,6 +168,11 @@ PANICTRACE_GDB=2 #at conclusion of panic, show a call traceback and then
#define FCMASK 0660 /* file creation mask */
/*
*
*/
#define NO_VSNPRINTF /* Avoid vsnprintf, use less-safe vsprintf instead. */
/*
* The remainder of the file should not need to be changed.
*/