Re: Fix for PR70492

2016-04-08 Thread Bernd Schmidt
On 04/01/2016 05:03 AM, Marcel Böhme wrote: This fixes the invalid write of size 8 detailed in https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70492 Handle the special case when consume_count returns -1 due to an integer overflow when parsing the length of the virtual table qualifier in

Fix for PR70492

2016-03-31 Thread Marcel Böhme
Hi, This fixes the invalid write of size 8 detailed in https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70492 Handle the special case when consume_count returns -1 due to an integer overflow when parsing the length of the virtual table qualifier in cplus-dem.c:2994 (gnu_special). Index: