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.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.