BusyBox Bug and Patch Tracking
BusyBox
  

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  md5_sha1_sum.c [^] (4,703 bytes) 08-31-05 07:34

- Relationships

- Notes
(0000581)
vapier
09-27-05 18:08

dont post entire files, post diffs ...
 
(0000781)
landley
12-14-05 22:52

svn 12890
 

- Issue History
Date Modified Username Field Change
08-31-05 07:34 Gary Green New Issue
08-31-05 07:34 Gary Green Status new => assigned
08-31-05 07:34 Gary Green Assigned To  => BusyBox
08-31-05 07:34 Gary Green File Added: md5_sha1_sum.c
09-27-05 18:08 vapier Note Added: 0000581
12-14-05 22:52 landley Status assigned => closed
12-14-05 22:52 landley Note Added: 0000781
12-14-05 22:52 landley Resolution open => fixed
12-14-05 22:52 landley Fixed in Version  => svn


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker