fix bugs in $ORIGIN handling
authorRich Felker <dalias@aerifal.cx>
Fri, 23 Aug 2013 19:51:59 +0000 (15:51 -0400)
committerRich Felker <dalias@aerifal.cx>
Fri, 23 Aug 2013 19:51:59 +0000 (15:51 -0400)
commitd2c42ed25f0488c40f61479ac7feb729d98e1d38
treec9e0c7d66e7d79a4a8774e3d0cd28b970a5c08c8
parentcc51505a32930754d2cf281c15caa1829b8436e9
fix bugs in $ORIGIN handling

1. an occurrence of ${ORIGIN} before $ORIGIN would be ignored due to
the strstr logic. (note that rpath contains multiple :-delimited paths
to be searched.)

2. data read by readlink was not null-terminated.
src/ldso/dynlink.c