I do not expect there to be any. Now to sort out why this is so....
typical causes of a crash are:
a C pointer looks like
int x;
int * pn = &x; //address of x assigned to pn
char * str="a sample string"; if the compiler supports this construct and doesn't bail on it.
char s[2]="hello"; //big mistake, didn't allocate enough space
char s[5]="hello"; //big mistake, didn't allocate enough space, (close, but fencepost "off-by-1" error) should allocate space also for null terminator character
if you want to pass this on to engineering, maybe it will spur a thought, but it may be old hat to them. or it may refresh some thinking that someone has forgotten.
Have done
New to the forums or need help finding your way around the forums? There's a whole hub of community resources to help you.
Thousands of customers use the McAfee Community for peer-to-peer and expert product support. Enjoy these benefits with a free membership: