| Anonymous | Login | Signup for a new account | 11-10-2008 11:02 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 | ||||
| 0000882 | [uClibc] Other | block | always | 05-25-06 01:09 | 01-05-08 01:14 | ||||
| Reporter | carmelo73 | View Status | public | ||||||
| Assigned To | sjhill | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | |||||||
| Summary | 0000882: _dl_calloc passes a wrong size to _dl_malloc | ||||||||
| Description |
The _dl_calloc implementation provided by ldso/ldso/dl-tls.c passes the wrong size to the _dl_malloc function. Instead of using size (size = __size * __nmemb), it passes __size. This bug cause segmentation fault into my system. I've uploaded the simple patch to be applied. |
||||||||
| Additional Information | |||||||||
| Attached Files |
|
||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |