| 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 | ||||
| 0000410 | [BusyBox] Other | minor | always | 08-31-05 07:34 | 12-14-05 22:52 | ||||
| Reporter | Gary Green | View Status | public | ||||||
| Assigned To | BusyBox | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | 1.00 | ||||||
| Summary | 0000410: memory leak in coreutils/md5_sha1_sum.c | ||||||||
| Description |
line 162 hash_value = xmalloc(hash_length) allocates memory that cannot be released. At line 167, hash_value is reassigned to the memory pointer returned by hash_file(). Lines 155 to 162 should be removed. busybox revision 11298. |
||||||||
| Additional Information | attached coreutils/md5_sha1_sum.c with lines 155 to 162 removed. | ||||||||
| Attached Files |
|
||||||||
|
|
|||||||||
Notes |
|
|
(0000581) vapier 09-27-05 18:08 |
dont post entire files, post diffs ... |
|
(0000781) landley 12-14-05 22:52 |
svn 12890 |
| Copyright © 2000 - 2006 Mantis Group |