Bugfixes
authorGlenn L McGrath <bug1@ihug.co.nz>
Fri, 30 Apr 2004 23:09:39 +0000 (23:09 -0000)
committerGlenn L McGrath <bug1@ihug.co.nz>
Fri, 30 Apr 2004 23:09:39 +0000 (23:09 -0000)
commitedaf39156a87522492aa62f600c500a3338f433d
tree4d3358b62c0c89ffbe5bded3e8c490cbc464a0ec
parentfaa3546fd74bcb6cf193bebe8662a718e13d8fdf
Bugfixes
1) a non NULL terminated buffer that can mess up output, spotted by Ian
Latter
2) in miscutils/strings.c: get rid of useless pointer dereference in
third part of for(;;), spotted by Larry Doolittle
3) bug when reading from a pipe and being invoked as strings
"cat Readme | strings" is broken
"cat Readme | busybox strings" works
spotted by Ian Latter and fixed by Tito.
miscutils/strings.c