| Anonymous | Login | Signup for a new account | 11-10-2008 10:55 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 | ||||
| 0000644 | [BusyBox] Other | major | always | 01-16-06 03:07 | 01-22-06 15:17 | ||||
| Reporter | giuseppe | View Status | public | ||||||
| Assigned To | BusyBox | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | svn | ||||||
| Summary | 0000644: function set_loop() in libbb/loop.c only loops on even devices. | ||||||||
| Description |
in libbb/loop.c int set_loop(char **device, const char *file, int offset) [...] /* Find a loop device. */ try=*device ? : dev; for(i=0;rc;i++) { sprintf(dev, LOOP_FORMAT, i++); variable ``i'' gets increased two times each loop iteration, so only /dev/loop0, /dev/loop2.. are accessed. |
||||||||
| Additional Information | |||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |