Bug 609187
| Summary: | [abrt] dconf-0.4.1-1: raise: Process /usr/libexec/dconf-service was killed by signal 6 (SIGABRT) | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Matthew Garrett <mjg> | ||||||||
| Component: | dconf | Assignee: | Matthias Clasen <mclasen> | ||||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | medium | Docs Contact: | |||||||||
| Priority: | low | ||||||||||
| Version: | rawhide | CC: | jfeeney, mclasen, richard | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | x86_64 | ||||||||||
| OS: | Linux | ||||||||||
| Whiteboard: | abrt_hash:351f962a96b7f7558eae66b02ecc2909ecff182a | ||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2010-07-12 17:44:02 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: | |||||||||||
| Attachments: |
|
||||||||||
|
Description
Matthew Garrett
2010-06-29 15:38:16 UTC
Created attachment 427713 [details]
File: backtrace
Created attachment 427769 [details]
Plausible fix
We reallocate length+1, but converted is an array of gchar * and so we walk off the end of the array.
Hm. Confused now. This seems to work if I run the libtool-provided shell script for gsettings-data-convert, but not if I run the actual binary that gets built. Created attachment 427787 [details]
Fixed patch
Oh, because I'm an idiot. This one seems to work better.
Committed this upstream now, thanks. |