We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd07129 commit 9197405Copy full SHA for 9197405
.github/workflows/address-sanitizer.yml
@@ -9,8 +9,9 @@ jobs:
9
name: Address Sanitizer
10
runs-on: ubuntu-latest
11
env:
12
+ ASAN_OPTIONS: strict_string_checks=1:detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1:detect_invalid_pointer_pairs=2
13
CC: clang
- CFLAGS: -fsanitize=address
14
+ CFLAGS: -fsanitize=address -Wall -Wextra -Wpedantic -Wformat=2 -Walloca -Wvla -Wimplicit-fallthrough -Wcast-qual -Wconversion -Wshadow -Wundef -Wstrict-prototypes -Wswitch-enum -fstack-protector -D_FORTIFY_SOURCE=2 -Werror
15
LDFLAGS: -fsanitize=address
16
steps:
17
- name: Checkout
0 commit comments