mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-06 03:23:58 +00:00
callgrind/main.c, finish(): 'Char buf[RESULTS_BUF_LEN]' can be overrun in
some cases. Increase RESULTS_BUF_LEN accordingly. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11392
This commit is contained in:
parent
f5e67f801d
commit
6414ba16e6
@ -120,7 +120,7 @@ struct _CommandLineOptions {
|
||||
#define OBJ_NAME_LEN 256
|
||||
#define BUF_LEN 512
|
||||
#define COMMIFY_BUF_LEN 128
|
||||
#define RESULTS_BUF_LEN 128
|
||||
#define RESULTS_BUF_LEN 256
|
||||
#define LINE_BUF_LEN 64
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user