Menu

#72 Small regex buffer

open
nobody
htdig (31)
5
2003-12-14
2003-12-14
Angel John
No

regex.c

# define MAX_BUF_SIZE (1L << 16)

should be at least

# define MAX_BUF_SIZE (1L << 18)

64 kb is really too small

Discussion


Log in to post a comment.