# HG changeset patch # User Pascal Bellard # Date 1594890937 0 # Node ID d411d873dbdfc95973607f938b3aaccb7b6c2604 # Parent 9580ac12b12314d202c60a541327e708bd655aa3 glibc: fix for binutils 2.29 diff -r 9580ac12b123 -r d411d873dbdf glibc/receipt --- a/glibc/receipt Thu Jul 16 07:50:42 2020 +0000 +++ b/glibc/receipt Thu Jul 16 09:15:37 2020 +0000 @@ -97,6 +97,9 @@ # GHOST patch -Np1 -i $stuff/glibc-2.14.1-CVE-2015-0235.patch + # Update for binutils 2.29, see https://sourceware.org/bugzilla/show_bug.cgi?id=21661 + sed -i 's|obstack_compat;|obstack_compat __attribute__ ((nocommon));|' malloc/obstack.c + # Fix a stack imbalance that occurs under some conditions: sed -i '195,213 s/PRIVATE_FUTEX/FUTEX_CLOCK_REALTIME/' \ nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S \