From a745c837cb51c2efe8900740548cb68ec2a2f7ab Mon Sep 17 00:00:00 2001 From: Carlos O'Donell Date: Tue, 12 Jun 2018 23:31:02 -0400 Subject: Fix comments in _dl_dst_count and _dl_dst_substitute. The comments in _dl_dst_count is adjusted to match what the code does which is count DSTs from the start of the string. With the removal of DL_DST_COUNT we no longer accept an input that starts at the first $. In _dl_dst_substitute we adjust the comment to indicate that both conditions must be true for the SUID/SGID $ORIGIN exception. --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f3ba045896..9fbd48d848 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2018-06-12 Carlos O'Donell + * elf/dl-load (_dl_dst_substitute): Correct comment. + (_dl_dst_count): Likewise. + * nptl/pthread_mutex_timedlock.c (__pthread_mutex_timedlock): Call lll_futex_timed_wait. -- cgit v1.2.3