Buffer overrun: Fixed a segmentation fault
This commit is contained in:
parent
8f3c688020
commit
a8e1cd8920
|
@ -460,7 +460,10 @@ void CheckBufferOverrunClass::CheckBufferOverrun_StructVariable()
|
||||||
}
|
}
|
||||||
|
|
||||||
tok3 = tok3->next;
|
tok3 = tok3->next;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ( ! tok3 )
|
||||||
|
break;
|
||||||
|
|
||||||
if ( ! CheckTok )
|
if ( ! CheckTok )
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Reference in New Issue