Commit 9afca37
fix: suppress GCC false-positive -Wmaybe-uninitialized, fix TRE alignment
- Add -Wno-maybe-uninitialized to GCC-only flags (known false positive
with ASan at -O1 on malloc return values)
- Initialize node_ids to NULL before malloc for extra safety
- Add -fno-sanitize=alignment for vendored TRE regex library (upstream
has misaligned struct access on Windows)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent b361eb6 commit 9afca37
2 files changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
222 | 223 | | |
223 | 224 | | |
224 | 225 | | |
225 | | - | |
| 226 | + | |
226 | 227 | | |
227 | 228 | | |
228 | 229 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5903 | 5903 | | |
5904 | 5904 | | |
5905 | 5905 | | |
5906 | | - | |
| 5906 | + | |
| 5907 | + | |
5907 | 5908 | | |
5908 | 5909 | | |
5909 | 5910 | | |
| |||
0 commit comments