mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
Undefined behavior while running alice29.txt test with clang-5 sanitizers #180
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @geeknik on GitHub (Jun 29, 2017).
I believe this
load of misaligned addressto be undefined behavior. To replicate, compile brotli with bleading edge clang and throw in some sanitizers for good measure:Run make and wait for it to happen:
@geeknik commented on GitHub (Jun 29, 2017):
After reading some prior reports, I'll close this.