Re: PR libgcc/78064: Add missing include directive to unwind-c.c

2016-10-24 Thread Jakub Jelinek
On Fri, Oct 21, 2016 at 12:14:50PM +0200, Florian Weimer wrote: > See > > https://gcc.gnu.org/ml/gcc/2016-10/msg00165.html > > for the background. This causes pthread_cond_wait in glibc to write out of > bounds on i386. > > Fix was suggested by Jim Wilson. > > Tested on

PR libgcc/78064: Add missing include directive to unwind-c.c

2016-10-21 Thread Florian Weimer
See https://gcc.gnu.org/ml/gcc/2016-10/msg00165.html for the background. This causes pthread_cond_wait in glibc to write out of bounds on i386. Fix was suggested by Jim Wilson. Tested on x86_64-redhat-linux-gnu, with no new regressions. Also tested against the i386 glibc reproducer,