Mark Seiden wrote:

> "more" appears to segfault in termios support

termio support is optional in busybox, and seems to only affect more -
busybox comments state: "more is prettier with this on"

> tar in malloc.

busybox tar (or at least tar.c) uses xmalloc in two places in the
code:

1. When you specify "tar tvf xxxx" it takes "tzf" and artificially
creates "-tvf" using a temporary area created with xmalloc.

2. When adding a hard link to the tar file...

_______________________________________________
Leaf-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to