I noticed that, instead of inserting a soft shared library link inside the
executable, Linux linker (ld) inserts the resolved shared library name. This
forces programs to be relinked each time an actual shared library name has
changed, after any upgrade either using yum or distribution upgrades. Th
--- Additional Comments From amodra at bigpond dot net dot au 2006-05-20
12:38 ---
Not a ld bug/enhancement. ld uses the soname of the library.
$ readelf -d /lib/libc.so.6 | grep SONAME
0x000e (SONAME) Library soname: [libc.so.6]
--
What|Remov
--- Additional Comments From alec at thened dot net 2006-05-20 14:13
---
This is CVE-2006-2362.
--
http://sourceware.org/bugzilla/show_bug.cgi?id=2584
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.
_