mirror of
https://git.proxmox.com/git/mirror_frr
synced 2026-01-05 21:48:46 +00:00
lib: vtypath_default could be overwritten
The vtypath_default variable had a possibility of being overwritten due to size constraints. This fixes this issue. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
9c61cec7e3
commit
918537e240
@ -61,7 +61,7 @@ static char pidfile_default[512];
|
||||
#ifdef HAVE_SQLITE3
|
||||
static char dbfile_default[512];
|
||||
#endif
|
||||
static char vtypath_default[256];
|
||||
static char vtypath_default[512];
|
||||
|
||||
bool debug_memstats_at_exit = false;
|
||||
static bool nodetach_term, nodetach_daemon;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user