stack smashing

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-09-07 00:00:00 +00:00
parent 2e4b360512
commit a1cf89efba
3 changed files with 30 additions and 0 deletions

View File

@@ -480,6 +480,9 @@ path_properties_tuples = (
'assert_fail.c': {
'signal_received': signal.Signals.SIGABRT,
},
'smash_stack.c': {
'skip_run_unclassified': True,
},
'exit1.c': {'exit_status': 1},
'exit2.c': {'exit_status': 2},
'false.c': {'exit_status': 1},