|
Bugzilla – Full Text Bug Listing |
| Summary: | esddsp should not use absolute paths to libesddsp.so.0 and libesd.so.0 | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Peter Astrand <peter> |
| Component: | Sound | Assignee: | Stanislav Brabec <sbrabec> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | SuSE Linux 10.0 | ||
| Whiteboard: | |||
| Found By: | Third Party Developer/Partner | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | esound-0.2.35-64bit_install.patch from Fedora | ||
|
Description
Peter Astrand
2005-12-21 12:35:43 UTC
Created attachment 61543 [details]
esound-0.2.35-64bit_install.patch from Fedora
Reassigned to maintainer. aoss use absolute path with $LIB, which is not vulnerable to current directory attack and works on both platforms:
LD_PRELOAD="$LD_PRELOAD ${exec_prefix}/\$LIB/libaoss.so" exec "$@"
I am not sure, whether $LIB works on all versions of glibc, but in SuSE Linux 10.0 it works.
Added upper mentioned fix and added Suggests: esound-32bit. |