diff options
author | Erik Andersen | 2000-03-06 19:20:35 +0000 |
---|---|---|
committer | Erik Andersen | 2000-03-06 19:20:35 +0000 |
commit | e916d24805b4a191bc08d2ee31c9247a30f9bc1e (patch) | |
tree | ac14b799b56d16ae84ff3960f59dc3ede01bc0a1 /Changelog | |
parent | 9c5c29d442d588ffce390e18fc554f258f6d523e (diff) | |
download | busybox-e916d24805b4a191bc08d2ee31c9247a30f9bc1e.zip busybox-e916d24805b4a191bc08d2ee31c9247a30f9bc1e.tar.gz |
Fixed a bug where "sed 's/foo/bar/g'" (i.e. a script w/o a -e)
would go into an infinite loop.
-Erik
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -35,6 +35,8 @@ - Fixes to the makefile for handling "strip" * An initial telnet implementation was added by Randolph Chung <tausq@debian.org>. + * Fixed a bug where "sed 's/foo/bar/g'" would go into an + infinite loop. -Erik Andersen |