mirror of
https://git.busybox.net/busybox
synced 2026-01-26 16:17:50 +00:00
Hi to all,
I discovered a little bug in hdparm.c
(really two little bugs...I've made...sigh! Mea culpa).
Some vars were modified only locally and this could lead to wrong
results to be displayed with the -I switch and maybe with others.
Attached is a patch that fix it ( +88b).
Also attached is second patch that reduces the size a little bit:
text data bss dec hex filename
27984 624 900 29508 7344 hdparm.o (without bug-fix)
28072 624 900 29596 739c hdparm.o (with bug-fix)
28141 624 900 29665 73e1 hdparm.o (original)
but maybe this one can wait as we are in a feature freeze.
Ciao,
Tito
|
||
|---|---|---|
| .. | ||
| adjtimex.c | ||
| Config.in | ||
| crond.c | ||
| crontab.c | ||
| dc.c | ||
| devfsd.c | ||
| hdparm.c | ||
| last.c | ||
| makedevs.c | ||
| Makefile | ||
| Makefile.in | ||
| mt.c | ||
| rx.c | ||
| strings.c | ||
| time.c | ||
| watchdog.c | ||