| Anonymous | Login | Signup for a new account | 11-10-2008 12:29 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 | ||||
| 0004124 | [BusyBox] Other | minor | always | 07-14-08 19:48 | 07-15-08 23:49 | ||||
| Reporter | cristic | View Status | public | ||||||
| Assigned To | BusyBox | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | |||||||
| Summary | 0004124: ls --color reads uninitialized memory | ||||||||
| Description |
Hello, "ls --color" in busybox-1.11.1 reads uninitialized memory. The --color option requires an argument in busybox, but busybox-1.11.1 does not validate this. Thus, in ls.c, color_opt points to garbage memory, and the strcmp() calls on lines 895, 897 and 899 in ls.c may read unitialized memory. GNU coreutils assumes "always" when no argument is passed to color. Cristian |
||||||||
| Additional Information | |||||||||
| Attached Files |
|
||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |