mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 10:15:57 +01:00
stack smashing
This commit is contained in:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user