mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-27 19:37:53 +01:00
Increase internal buffer space
This commit is contained in:
parent
60c6736148
commit
99beb3fadf
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=87050
@ -39,7 +39,7 @@
|
||||
#include "y.tab.h"
|
||||
|
||||
int line_no = 1, save_no, fromsubs;
|
||||
u_char buf[STR_LEN], *ptr;
|
||||
u_char buf[80], *ptr;
|
||||
FILE *map_fp;
|
||||
YY_BUFFER_STATE main_buf, map_buf;
|
||||
#ifdef FLEX_DEBUG
|
||||
|
Loading…
Reference in New Issue
Block a user