mirror of https://github.com/mirror/busybox.git
parent
5b46d792f1
commit
d356c6e9d1
11
TODO
11
TODO
|
@ -20,6 +20,17 @@ Bugs that need fixing:
|
||||||
- 'grep foo$ file' doesn't work
|
- 'grep foo$ file' doesn't work
|
||||||
- 'grep *foo file' segfaults
|
- 'grep *foo file' segfaults
|
||||||
- ps dirent race bug (need to stat the file before attempting chdir)
|
- ps dirent race bug (need to stat the file before attempting chdir)
|
||||||
|
- # ls -la
|
||||||
|
/etc/passwd: No such file or directory
|
||||||
|
/etc/group: No such file or directory
|
||||||
|
drwxrwxr-x 3 1000 1000 54 May 14 22:30 .
|
||||||
|
/etc/passwd: No such file or directory
|
||||||
|
/etc/group: No such file or directory
|
||||||
|
drwxrwxr-x 3 1000 1000 54 May 14 22:30 ..
|
||||||
|
/etc/passwd: No such file or directory
|
||||||
|
/etc/group: No such file or directory
|
||||||
|
drwxrwxr-x 2 1000 1000 74 May 14 22:33 bin
|
||||||
|
/
|
||||||
|
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue