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

test: Avoid a map_anon_nofork test failure on SunOS #1374

Merged
merged 2 commits into from Nov 6, 2019

Conversation

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

@teor2345 teor2345 commented Sep 30, 2019

This test failure happened due to a signed/unsigned integer
comparison.

This bug occurred on SunOS, it may also occur on other systems that
use signed char as the default. (And cast 1-byte integer constants
to an unsigned integer.)

Fixes bug 31897; bugfix on 0.4.1.1-alpha.

This test failure happened due to a signed/unsigned integer
comparison.

This bug occurred on SunOS, it may also occur on other systems that
use signed char as the default. (And cast 1-byte integer constants
to an unsigned integer.)

Fixes bug 31897; bugfix on 0.4.1.1-alpha.
@coveralls
Copy link

@coveralls coveralls commented Sep 30, 2019

Pull Request Test Coverage Report for Build 6535

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+62.6%) to 62.628%

Totals Coverage Status
Change from base Build 6311: 62.6%
Covered Lines: 46943
Relevant Lines: 74955

💛 - Coveralls

This fixes coverity CID 1454593, and bug 31948. Bug not in any
released version of Tor.
@torproject-pusher torproject-pusher merged commit 9b73088 into torproject:maint-0.4.1 Nov 6, 2019
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment