[Issue 11925] [2.065] [REGRESSION] ICE in CompoundStatement::semantic

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jan 14 15:07:55 PST 2014


https://d.puremagic.com/issues/show_bug.cgi?id=11925



--- Comment #2 from Iain Buclaw <ibuclaw at ubuntu.com> 2014-01-14 15:07:53 PST ---
What appears to happen at a cursory look:

Array::remove  => dim -= 1;
Array::insert  => realloc() corrupts array as no resize occurs
[Next Loop]
Array::remove => memmove causes ICE because 'dim' is no longer valid.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list