Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug29528 master #817

Closed
wants to merge 9 commits into from
Closed

Bug29528 master #817

wants to merge 9 commits into from

Conversation

Labels
None yet
Projects
None yet
3 participants
@teor2345
Copy link
Contributor

@teor2345 teor2345 commented Mar 20, 2019

No description provided.

teor2345 and others added 9 commits Mar 20, 2019
When activating the undefined behaviour sanitiser (UBSan), configure.ac
checked the address sanitiser (ASan) variables, instead of the UBSan
variables.

Fixes bug 29830; bugfix on 0.2.9.1-alpha.
When the undefined behaviour sanitiser (UBSan) fails, provide verbose
output, then exit.

Partial fix for 29528.
When the undefined behaviour sanitiser (UBSan) fails, and we don't have
runtime support, execute a trap instruction. Tor will log a backtrace
before exiting.

Fixes 29528.
Preserve changes from bug29528_029.
@coveralls
Copy link

@coveralls coveralls commented Mar 20, 2019

Pull Request Test Coverage Report for Build 4303

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 12 unchanged lines in 2 files lost coverage.
  • Overall coverage decreased (-0.01%) to 61.723%

Files with Coverage Reduction New Missed Lines %
src/feature/dirauth/shared_random.c 3 85.64%
src/feature/dirauth/dirvote.c 9 64.74%
Totals Coverage Status
Change from base Build 4290: -0.01%
Covered Lines: 45310
Relevant Lines: 73409

💛 - Coveralls

@torproject-pusher torproject-pusher deleted the branch torproject:master May 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment