Issue11172
Created on 2011-02-10 14:02 by haubi, last changed 2022-04-11 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| python-2.7.1-aix-safe-runpath.patch | haubi, 2011-02-10 14:02 | Avoid recording insecure runpath on AIX. | ||
| Messages (3) | |||
|---|---|---|---|
| msg128293 - (view) | Author: Michael Haubenwallner (haubi) * | Date: 2011-02-10 14:02 | |
Spotted in issue#941346 msg#128214, the "-L$(srcdir)" should be removed from BLDSHARED on AIX: The problem is that '-L$(srcdir)' adds '$(srcdir)' to the runpath too (as there is no '-blibpath' argument), opening a security hole for libpythonX.Y.so as well as the modules.so. As LDLIBRARY points to the immediate file 'libpython$(VERSION).so' instead of '-lpython$(VERSION)', I don't see the need for '-L$(srcdir)' at all. |
|||
| msg128649 - (view) | Author: Sébastien Sablé (sable) | Date: 2011-02-16 11:01 | |
This has been corrected for python 3.2 in issue 941346. Need to be tested on python 2.7. |
|||
| msg129509 - (view) | Author: Antoine Pitrou (pitrou) * ![]() |
Date: 2011-02-26 08:13 | |
Now backported as part of issue 941346. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:57:12 | admin | set | github: 55381 |
| 2011-02-26 08:13:30 | pitrou | set | status: open -> closed nosy: pitrou, sable, haubi messages: + msg129509 superseder: AIX shared library fix |
| 2011-02-16 11:01:26 | sable | set | nosy:
pitrou, sable, haubi messages: + msg128649 |
| 2011-02-10 21:50:09 | pitrou | set | nosy:
+ sable, pitrou |
| 2011-02-10 14:02:59 | haubi | create | |
