-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
explicitly guard against zero-length writes to placate UBsan worrying…
… about barely-safe underflow (#41) * explicitly guard against zero-length writes to placate UBsan worrying about barely-safe underflow * upgrade doctest, make quick + dirty sanitize job * clean up, check in * linker: flags before objects * use clang and clang++ on linux sanitize builds
- Loading branch information
1 parent
a5d22b1
commit 5d47458
Showing
5 changed files
with
835 additions
and
567 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.