diff options
author | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-05-20 00:40:08 +0000 |
---|---|---|
committer | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-05-20 00:40:08 +0000 |
commit | 2c8ffd647da5582c9a845b31c1c2078199fa4e7e (patch) | |
tree | 955fc9545f490ca39f0c24629316b7d328612802 /TODO | |
parent | 8d4f3abad4f931a843696cb73a50929b7ed636c0 (diff) | |
download | busybox-w32-2c8ffd647da5582c9a845b31c1c2078199fa4e7e.tar.gz busybox-w32-2c8ffd647da5582c9a845b31c1c2078199fa4e7e.tar.bz2 busybox-w32-2c8ffd647da5582c9a845b31c1c2078199fa4e7e.zip |
First pass at fixing tar segfault, and more portability updates.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@559 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -22,6 +22,11 @@ Bugs that need fixing: | |||
22 | - 'grep *foo file' segfaults | 22 | - 'grep *foo file' segfaults |
23 | - ps dirent race bug (need to stat the file before attempting chdir) | 23 | - ps dirent race bug (need to stat the file before attempting chdir) |
24 | 24 | ||
25 | |||
26 | /busybox tar tvf | ||
27 | Segmentation fault (core dumped) | ||
28 | |||
29 | |||
25 | ----------- | 30 | ----------- |
26 | 31 | ||
27 | * Make insmod actually work | 32 | * Make insmod actually work |