cosmetic fixes on the webpage

This commit is contained in:
Denis Vlasenko 2008-08-21 11:34:57 +00:00
parent b22fbfefc8
commit 68cef20f5d

View File

@ -61,7 +61,7 @@
<li>cpio: on unpack, limit filename length to 8k
<li>cpio: support some long options
<li>crond: use execlp instead of execl
<li>cut: fix buffer overflow (bug 4544)
<li>cut: fix buffer overflow (closes bug 4544)
<li>envdir: fix "envdir with no params" and "envdir dir" cases
<li>findfs: make it use setuid-ness of busybox binary
<li>fsck: use getmntent_r instead of open-coded parsing (by Vladimir)
@ -103,10 +103,10 @@
<li>mv: fix a case when we move dangling symlink across mountpoints
<li>netstat: optional -p support (by L. Gabriel Somlo somlo AT cmu.edu)
<li>nmeter: fix read past the end if a buffer (closes bug 4594)
<li>od, hexdump: fix bug where xrealloc may move pointer, leaving other pointers dangling (bug 4104)
<li>od, hexdump: fix bug where xrealloc may move pointer, leaving other pointers dangling (closes bug 4104)
<li>open_transformer: don't leak compressed descriptor anymore
<li>open_transformer: fix bug of calling exit instead of _exit
<li>pidof/killall: allow find_pid_by_name to find running processes started as scripts_with_name_longer_than_15_bytes.sh closes bug 4054 (and is generally neat)
<li>pidof/killall: allow find_pid_by_name to find running processes started as scripts_with_name_longer_than_15_bytes.sh (closes bug 4054)
<li>printf: do not print garbage on "%Ld" (closes bug 4214)
<li>printf: fix %b, fix several bugs in %*.*, fix compat issues with aborting too early, support %zd; expand testsuite
<li>printf: protect against bogus format specifiers (closes bug 4184)
@ -134,7 +134,7 @@
<li>touch: support -r REF_FILE if ENABLE_DESKTOP (needed for blackfin compile)
<li>tr: fix "access past the end of a string" bug 4354
<li>tr: fix "tr [=" case (closes bug 4374)
<li>tr: fix yet another access past the end of a string (bug 4374)
<li>tr: fix yet another access past the end of a string (closes bug 4374)
<li>unlzma: fix memory leak (by Pascal Bellard)
<li>vi: fix reversed checks for underflow
<li>vi: using array data after it fell out of scope is stupid