aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/tftpd.c
diff options
context:
space:
mode:
authorWilliam Haddon <william@haddonthethird.net>2013-11-09 19:37:41 -0600
committerWilliam Haddon <william@haddonthethird.net>2013-11-09 19:37:41 -0600
commit3ad73e1344afa7812671d08456591b8cde952775 (patch)
tree7b9ef2059e453b639dde51f704ed754a045b2177 /toys/pending/tftpd.c
parentaa2b8abf8efff6da663382735faf519c131d5a68 (diff)
downloadtoybox-3ad73e1344afa7812671d08456591b8cde952775.tar.gz
grep doesn't allocate enough space
Grep miscalculates the amount of memory it needs to allocate when "converting strings to one big regex" when the -e flag is not specified. Since in this case "\|" is inserted between strings rather than "|", two extra bytes rather than one need to be provided for each string. I noticed this because it caused grep to seg-fault on musl when a regex of exactly seven characters is provided.
Diffstat (limited to 'toys/pending/tftpd.c')
0 files changed, 0 insertions, 0 deletions