Commit 2b78333
committed
fix(cfl): drop UBSan sanitizer — Rust has no -Z sanitizer=undefined
Rust's unstable -Z sanitizer flag accepts address, memory, thread, and
leak, but not 'undefined'. UBSan is a C/C++ concept; there is no Rust
equivalent that satisfies OSS-Fuzz bad_build_check for the undefined
sanitizer job. Remove 'undefined' from project.yaml sanitizers list
and the cflite_pr.yml matrix, and simplify build.sh back to a single
cargo fuzz build --release call (address-only).
https://claude.ai/code/session_01EJLZKDtcF1RGdKx6TcUTQG1 parent 5e2cf19 commit 2b78333
3 files changed
Lines changed: 2 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
| 4 | + | |
17 | 5 | | |
18 | 6 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments