| Anonymous | Login | Signup for a new account | 11-10-2008 11:19 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 | ||||
| 0001520 | [BusyBox] Security | minor | always | 10-04-07 00:19 | 10-05-07 13:32 | ||||
| Reporter | d3z | View Status | public | ||||||
| Assigned To | BusyBox | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | svn | ||||||
| Summary | 0001520: Incorrect usage of strncat in coreutils/stat.c | ||||||||
| Description |
coreutils/stat.c contains numerous instances of 'strncat' that are incorrect. strncat(pformat, "s", buf_len); should instead read something like: strncat(pformat, "s", buf_len-strlen(pformat)-1); This could cause a buffer overflow if the buffer size computations were incorrect. |
||||||||
| Additional Information | |||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |