bug#79444: baseenc SIGSEGV on macOS
Bruno Haible via GNU coreutils Bug Reports <[email protected]>
| Newsgroups | gmane.comp.gnu.core-utils.bugs |
|---|---|
| Organization | GNU |
| Message-ID | <4191190.kcS43eRIrb@nimes> |
Pádraig Brady wrote: > p.s. an ASAN build would be good for CI The CI already includes an ASAN + UBSAN build: see https://github.com/coreutils/ci-check/blob/master/.github/workflows/many-platforms.yml#L850 named "make check with sanitizers" in https://github.com/coreutils/ci-check/actions/runs/17705498910 If you think that it should have failed in this situation, please commit or suggest an improvement. Bruno