[BusyBox] Bug in umount

Francois-R Boyer boyerf at IRO.UMontreal.CA
Tue Jan 16 22:53:54 UTC 2001


>From 0.47 to 0.48, the values of TRUE and FALSE have been reversed.  This
has caused at least one bug; care should be taken to verify every place
where those values are used.
The bug is in umount_all: the two "if (status != 0) {" should be replaced by
"if (status != TRUE) {".
I verified that the last revision (1.44) of umount.c still has that bug.

    Francois

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 2042 bytes
Desc: S/MIME Cryptographic Signature
Url : http://lists.busybox.net/pipermail/busybox/attachments/20010116/854d1cd5/attachment.bin 


More information about the busybox mailing list