| Anonymous | Login | Signup for a new account | 11-10-2008 10:47 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 | ||||
| 0000327 | [uClibc++] Other | major | always | 07-06-05 15:52 | 08-02-05 20:13 | ||||
| Reporter | tommi | View Status | public | ||||||
| Assigned To | gkajmowi | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | 0.1.11 | ||||||
| Summary | 0000327: infinite loop in operator<< for basic_streambuf | ||||||||
| Description |
basic_ostream<charT,traits>& basic_ostream<charT, traits>::operator<<(basic_streambuf<charT,traits>* sb) should output the streambuf to the ostream until eof. It uses the method sgetc to extract character, but this method does not increase the get pointer, which results in a infinite loop. Use sbumpc instead. |
||||||||
| Additional Information | patch attached | ||||||||
| Attached Files |
|
||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |