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

@@ -15,6 +15,7 @@ fix potential buffer overflow in sym_val()
fix potential buffer overflow in pline(), raw_printf(), and config_error_add()
via bad config file values or command line arguments
fix potential buffer overflow in choose_windows()
use vsnprintf instead of vsprintf in pline.c where possible
Fixes to Post-3.6.4 Problems that Were Exposed Via git Repository