Summary: | [PATCH] KConfigGroupPrivate::expandString causes kdeinit crash with Fedora configuration | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | Kevin Kofler <kevin.kofler> |
Component: | kdecore | Assignee: | kdelibs bugs <kdelibs-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Patch for kde#170043 / rh#455130 |
Description
Kevin Kofler
2008-08-29 17:20:46 UTC
Created attachment 27127 [details]
Patch for kde#170043 / rh#455130
This one-line patch fixes KConfigGroupPrivate::expandString not to try accessing the "exe" path from KComponentData before it has been initialized. When called in that situation, it falls back to only searching the system PATH for the command to run.
fixed for kde 4.2 and 4.1.2 |