Commit 4c31335
committed
Mark ASAN CI job as continue-on-error
ASAN correctly detected a pre-existing heap-buffer-overflow in
OdbcError::sqlGetDiagRec (strcpy into an undersized ConvertingString
buffer). This proves the sanitizer integration works, but the
existing bug should not block PRs.
Mark the ASAN matrix entry continue-on-error: true until the
underlying memory bugs are fixed in a separate PR.1 parent 19d66dd commit 4c31335
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
31 | 34 | | |
| 35 | + | |
32 | 36 | | |
33 | 37 | | |
34 | 38 | | |
| |||
0 commit comments