| Anonymous | Login | Signup for a new account | 11-10-2008 10:49 PST |
| Main | My View | View Issues | Change Log | Docs |
| 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 | |||||||||
|
|
|||||||||
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. |
| Copyright © 2000 - 2006 Mantis Group |