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
0000434 [BusyBox] Other minor always 09-15-05 11:28 11-04-05 12:51
Reporter pawela View Status public  
Assigned To BusyBox
Priority normal Resolution fixed  
Status closed   Product Version 1.01
Summary 0000434: cat does not display data from a file
Description Using 'cat' to display information from files like a '/proc/kmsg' or '/dev/isdninfo' does not work properly - it prints data in 8192 byte packages.
Problem is in the 'bb_full_fd_action' function it uses now 'bb_full_read' not a 'safe_read' functions. bb_full_read does not return until the end of file or 8192 bytes read.
Additional Information
Attached Files

- Relationships

- Notes
(0000550)
vodz
09-19-05 04:03

Hmm. I think, bb_full_read must die and use safe_read always.
 
(0000664)
landley
11-04-05 12:51

Duplicate. Fixed in svn 12147.
 

- Issue History
Date Modified Username Field Change
09-15-05 11:28 pawela New Issue
09-15-05 11:28 pawela Status new => assigned
09-15-05 11:28 pawela Assigned To  => BusyBox
09-19-05 04:03 vodz Note Added: 0000550
10-06-05 14:52 swth Issue Monitored: swth
11-04-05 12:51 landley Note Added: 0000664
11-04-05 12:51 landley Status assigned => closed
11-04-05 12:51 landley Resolution open => fixed


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker