diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-06-06 16:15:23 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-06-06 16:15:23 +0000 |
commit | 088238cc727a9594cc20e6caed137fc532671188 (patch) | |
tree | 0955917be0c7adc926b7298bf450fedc67e447e6 /TODO | |
parent | 0763f791683f2323a24e5ec82fc2deafc70b5dd1 (diff) | |
download | busybox-w32-088238cc727a9594cc20e6caed137fc532671188.tar.gz busybox-w32-088238cc727a9594cc20e6caed137fc532671188.tar.bz2 busybox-w32-088238cc727a9594cc20e6caed137fc532671188.zip |
Fixed a bunch of stuff:
* Fixed segfault caused by "touch -c"
* Fixed segfault caused by "rm -f"
* Fixed segfault caused by "ln -s -s" and similar abuses.
* Fixed segfault caused by "cp -a -a" and similar abuses.
* Implemented "rm -- <foo>"
updated docs accordingly.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@613 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -26,12 +26,6 @@ Bugs that need fixing before the 0.44 release goes out the door: | |||
26 | chmod -R | 26 | chmod -R |
27 | chown -R | 27 | chown -R |
28 | chgrp -R | 28 | chgrp -R |
29 | cp -a -a | ||
30 | ln -s -s | ||
31 | rm -f | ||
32 | rm -f - | ||
33 | rm -- - | ||
34 | touch -c | ||
35 | - I believe that swaponoff may also be also broken (check it). | 29 | - I believe that swaponoff may also be also broken (check it). |
36 | - It used to be that BusyBox tar would happily overwrite existing files on | 30 | - It used to be that BusyBox tar would happily overwrite existing files on |
37 | an extraction. However, as of 0.42, BusyBox tar simply dies as soon as an | 31 | an extraction. However, as of 0.42, BusyBox tar simply dies as soon as an |