CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/08/19 13:38:17
Modified files:
libexec/ld.so/ldconfig: ldconfig.c
Log message:
In ldconfig the dewey field of shlib_list was only partially filled
as bcopy used the number of elements instead of the array's size.
As a consequence, the wrong version of a library could be selected
if the library had many minor numbers.
from Christian Rusch; ok otto@
