Bug 509278
Summary: | double free or memory corruption in aslink | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Jacek Radzikowski <jacek.radzikowski> |
Component: | sdcc | Assignee: | Conrad Meyer <cse.cem+redhatbugz> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 11 | CC: | borut.razem, cse.cem+redhatbugz, hdegoede |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i686 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | 2.9.0-3.fc11 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2009-07-23 19:01:28 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Jacek Radzikowski
2009-07-02 01:49:03 UTC
I'm sure upstream would appreciate this report :). Have you submitted it there? Submitted. Thanks! Fixed in sdcc svn repository, revision #5476. Borut Borut, Do you think we should grab the changeset of #5476 and apply that to our package? Thanks Conrad, yes, I think so since the bug is quite annoying. There is also a workaround to set MALLOC_CHECK_=0, but it is only a workaround... The change is trivial, just remove line free (obj_name); in file lkar.c, function buildlibraryindex_ar() at line 457. Thanks, Borut sdcc-2.9.0-3.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/sdcc-2.9.0-3.fc11 Want to try that, Jacek? Can I update packages with yum or only with rpm? ok, installed from downloaded packages. Aslink works properly, generates working hex file. Any other tests I can run? I don't know of any others; but that indicates to me that this particular bug is fixed. I'll submit the update for F-11 stable. Thanks! Thanks!(In reply to comment #11) > I don't know of any others; but that indicates to me that this particular bug > is fixed. I'll submit the update for F-11 stable. Thanks! Thanks! sdcc-2.9.0-3.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. |