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
0000674 [BusyBox] Other minor always 01-31-06 12:12 02-14-06 09:47
Reporter leedm777 View Status public  
Assigned To BusyBox
Priority normal Resolution fixed  
Status closed   Product Version svn
Summary 0000674: block count on sum erroneously rounds down
Description The block count that sum outputs should always round up. If it's between 1 and half the block size, busybox will round down.
Additional Information ~ $ echo | sum
00010 0

Expected:
~ $ echo | sum
00010 1
Attached Files

- Relationships

- Notes
(0001025)
leedm777
01-31-06 12:15

Found in Busybox v1.1.0.
 
(0001100)
landley
02-14-06 09:47

svn 14014
 

- Issue History
Date Modified Username Field Change
01-31-06 12:12 leedm777 New Issue
01-31-06 12:12 leedm777 Status new => assigned
01-31-06 12:12 leedm777 Assigned To  => BusyBox
01-31-06 12:15 leedm777 Note Added: 0001025
02-14-06 09:47 landley Status assigned => closed
02-14-06 09:47 landley Note Added: 0001100
02-14-06 09:47 landley Resolution open => fixed


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker