Re: [PATCH] Fix PR 87672

2018-11-04 Thread Jeff Law
On 10/22/18 8:59 AM, Bernd Edlinger wrote: > Hi! > > This fixes an ICE which was exposed by a previous patch of mine, > and a wrong transformation from strcat_chk => strcpy_chk, > which fails to adjust the object size, thus allowing too much > memory to be accessed. > > > Bootstrapped and reg-te

[PING] [PATCH] Fix PR 87672

2018-11-01 Thread Bernd Edlinger
Ping... I'd like to ping this patch: https://gcc.gnu.org/ml/gcc-patches/2018-10/msg01335.html Thanks Bernd. On 10/22/18 4:59 PM, Bernd Edlinger wrote: > Hi! > > This fixes an ICE which was exposed by a previous patch of mine, > and a wrong transformation from strcat_chk => strcpy_chk, > which

[PATCH] Fix PR 87672

2018-10-22 Thread Bernd Edlinger
Hi! This fixes an ICE which was exposed by a previous patch of mine, and a wrong transformation from strcat_chk => strcpy_chk, which fails to adjust the object size, thus allowing too much memory to be accessed. Bootstrapped and reg-tested on x86_64-pc-linux-gnu. Is it OK for trunk? Thanks Ber