[patch] PR55982 Fix buglet in __strncat_chk

2013-01-14 Thread Paul Pluzhnikov
Greetings, In libssp/strncat-chk.c, the loop was unrolled 5 times (apparently by accident). Ok for trunk? Thanks, -- Paul Pluzhnikov 2013-01-14 Paul Pluzhnikov ppluzhni...@google.com PR 55982 * strncat-chk.c (__strncat_chk): Fix loop unroll. Index: libssp/strncat-chk.c

Re: [patch] PR55982 Fix buglet in __strncat_chk

2013-01-14 Thread Jakub Jelinek
On Mon, Jan 14, 2013 at 04:57:42PM -0800, Paul Pluzhnikov wrote: In libssp/strncat-chk.c, the loop was unrolled 5 times (apparently by accident). 2013-01-14 Paul Pluzhnikov ppluzhni...@google.com PR 55982 * strncat-chk.c (__strncat_chk): Fix loop unroll. Ok.