BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001195 [BusyBox] Other minor always 02-05-07 03:46 02-05-07 17:28
Reporter iusty View Status public  
Assigned To BusyBox
Priority normal Resolution fixed  
Status closed   Product Version 1.4.x
Summary 0001195: The -inum test for find is broken (inverted)
Description find's -inum test is broken. It tests for files *not* having this inode number. Attached one-line patch fixes it, please apply.
Additional Information
Attached Files  find-inum.patch [^] (343 bytes) 02-05-07 03:46

- Relationships

- Notes
(0002119)
vda
02-05-07 10:48

Current svn:

# ls -li zz
3955520 -rw-r--r-- 1 root root 2643 Feb 4 21:44 zz
# ./busybox find -inum 3955520
./zz
# /usr/bin/find -inum 3955520 [this is GNU find]
./zz

Looks tha same to me.
 
(0002120)
iusty
02-05-07 11:14

Yep, indeed, in SVN it's fixed. I looked at 1.4.1 and 1.3.2, and in those it was broken. Sorry.
 
(0002122)
vda
02-05-07 17:28

If it's fixed in svn, then the bug is closed.
 

- Issue History
Date Modified Username Field Change
02-05-07 03:46 iusty New Issue
02-05-07 03:46 iusty Status new => assigned
02-05-07 03:46 iusty Assigned To  => BusyBox
02-05-07 03:46 iusty File Added: find-inum.patch
02-05-07 10:48 vda Note Added: 0002119
02-05-07 10:48 vda Status assigned => closed
02-05-07 10:48 vda Resolution open => fixed
02-05-07 11:14 iusty Status closed => feedback
02-05-07 11:14 iusty Resolution fixed => reopened
02-05-07 11:14 iusty Note Added: 0002120
02-05-07 17:28 vda Status feedback => closed
02-05-07 17:28 vda Note Added: 0002122
02-05-07 17:28 vda Resolution reopened => fixed


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker