Fixed segfault with 'cut -f 1 -d:' and added 'cut -s' suport.

Fix thanks to Arne Bernin <arne@matrix.loopback.org>
 -Erik
This commit is contained in:
Eric Andersen
2000-06-26 12:14:30 +00:00
parent ef40aa81c5
commit 1386e70210
4 changed files with 55 additions and 20 deletions

View File

@@ -6,6 +6,8 @@
* Fixed a nasty bug in tar when could mess up saved symlinks.
* Fixed insmod module option parsing for options lacking an '='.
Fix thanks to Marc Nijdam <marc_nijdam@hp.com>
* Fixed segfault with 'cut -f 1 -d:' and added 'cut -s' suport.
Fix thanks to Arne Bernin <arne@matrix.loopback.org>
-Erik Andersen