Re: [Patch, libstdc++/64441] Fix out of range match_results submatch access

2015-03-10 Thread Tim Shen
On Tue, Mar 10, 2015 at 7:24 AM, Jakub Jelinek wrote: > Ok for trunk. Committed. Thanks! -- Regards, Tim Shen

Re: [Patch, libstdc++/64441] Fix out of range match_results submatch access

2015-03-10 Thread Jakub Jelinek
On Tue, Mar 10, 2015 at 02:13:49PM +, Jonathan Wakely wrote: > On 9 March 2015 at 10:56, Tim Shen wrote: > > I guess this patch doesn't break abi compatibility, so if everything > > is Ok, I'm gonna patch it to 4.9 too. > > It doesn't change the ABI directly, but it does change the layout of >

Re: [Patch, libstdc++/64441] Fix out of range match_results submatch access

2015-03-10 Thread Jonathan Wakely
On 9 March 2015 at 10:56, Tim Shen wrote: > I guess this patch doesn't break abi compatibility, so if everything > is Ok, I'm gonna patch it to 4.9 too. It doesn't change the ABI directly, but it does change the layout of the match_results' data on the heap. It mean that instantiations of e.g. __r

[Patch, libstdc++/64441] Fix out of range match_results submatch access

2015-03-09 Thread Tim Shen
I guess this patch doesn't break abi compatibility, so if everything is Ok, I'm gonna patch it to 4.9 too. I'm not sure if this is a "regression fix" though; if it's inappropriate for trunk, then I can simply wait. Bootstrapped in trunk and tested. Thanks! :) -- Regards, Tim Shen commit cf397