Re: [PATCH] Do not overflow string buffer (PR objc/85476).

2018-04-20 Thread Jakub Jelinek
On Fri, Apr 20, 2018 at 11:44:35AM +0200, Martin Liška wrote: > Hi. > > Quite obvious package that causes an ASAN error described in the PR. > > Patch can bootstrap on ppc64le-redhat-linux and survives regression tests. > > Ready to be installed? > Martin > > gcc/objc/ChangeLog: > >

Re: [PATCH] Do not overflow string buffer (PR objc/85476).

2018-04-20 Thread Martin Sebor
On 04/20/2018 03:44 AM, Martin Liška wrote: Hi. Quite obvious package that causes an ASAN error described in the PR. Patch can bootstrap on ppc64le-redhat-linux and survives regression tests. As an aside, I went and looked at the rest of code to see if the overflow could be detected at

Re: [PATCH] Do not overflow string buffer (PR objc/85476).

2018-04-20 Thread Richard Biener
On Fri, Apr 20, 2018 at 11:44 AM, Martin Liška wrote: > Hi. > > Quite obvious package that causes an ASAN error described in the PR. > > Patch can bootstrap on ppc64le-redhat-linux and survives regression tests. > > Ready to be installed? Ok. Richard. > Martin > >

[PATCH] Do not overflow string buffer (PR objc/85476).

2018-04-20 Thread Martin Liška
Hi. Quite obvious package that causes an ASAN error described in the PR. Patch can bootstrap on ppc64le-redhat-linux and survives regression tests. Ready to be installed? Martin gcc/objc/ChangeLog: 2018-04-20 Martin Liska PR objc/85476 * objc-act.c