blob: 2cf2e5bffdcf05cc0668af34a3f3387aa6153bd5 (
plain)
1
2
3
4
5
6
7
8
|
# Copyright 2023 syzkaller project authors. All rights reserved.
# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
config:
# Change KASAN reporting to only panic on bad writes (still reports bad
# reads). Enabling multi-shot mode is required to not panic on the first
# report if panic_on_warn is on as well.
- CMDLINE: [kasan_panic_on_write, append, "kasan.fault=panic_on_write kasan_multi_shot"]
|