Bug #89961 | add support for clang ubsan | ||
---|---|---|---|
Submitted: | 8 Mar 2018 12:11 | Modified: | 14 Mar 2018 12:29 |
Reporter: | Tor Didriksen | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Compiling | Severity: | S3 (Non-critical) |
Version: | 8.0.6 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[8 Mar 2018 12:11]
Tor Didriksen
[13 Mar 2018 3:52]
Laurynas Biveinis
protoc crashing with clang -fsanitize=undefined has been reported as bug 87201
[14 Mar 2018 12:29]
Paul DuBois
Posted by developer: Fixed in 8.0.12. Code cleanup/work was done for test suite. No changelog entry needed.
[28 Feb 2019 0:20]
Manuel Ung
The segfault is from this protobuf issue: https://github.com/protocolbuffers/protobuf/issues/1450 The fix can be found here: https://github.com/protocolbuffers/protobuf/commit/cf14183bcd5485b4a71541599ddce0b35eb7135...