hush: fix read builtin to not read ahead past eol and to not use
authorDenis Vlasenko <vda.linux@googlemail.com>
Wed, 13 Jun 2007 06:47:47 +0000 (06:47 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Wed, 13 Jun 2007 06:47:47 +0000 (06:47 -0000)
commitd67cef2425fb5e75b75d52d9a308da6d29cd7a0d
tree5d034f518dfae9a933a701e8c42da4acbf0cb42d
parentf5f75c5e82d47613847c356664e47c4be69e73aa
hush: fix read builtin to not read ahead past eol and to not use
insane amounts of stack. Testsuite updated.
include/libbb.h
libbb/read.c
modutils/insmod.c
modutils/modprobe.c
shell/README
shell/ash.c
shell/hush.c
shell/hush_test/hush-misc/read.right [new file with mode: 0644]
shell/hush_test/hush-misc/read.tests [new file with mode: 0755]
util-linux/readprofile.c