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

Bug28202 035 #444

Merged
merged 4 commits into from Oct 29, 2018
Merged

Bug28202 035 #444

merged 4 commits into from Oct 29, 2018

Conversation

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

@nmathewson nmathewson commented Oct 25, 2018

No description provided.

nmathewson added 4 commits Oct 25, 2018
Remember, you can't check to see if there are N bytes left in a
buffer by doing (buf + N < end), since the buf + N computation might
take you off the end of the buffer and result in undefined behavior.

Fixes 28202; bugfix on 0.2.0.3-alpha.
@coveralls
Copy link

@coveralls coveralls commented Oct 25, 2018

Pull Request Test Coverage Report for Build 2594

  • 2 of 2 (100.0%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.001%) to 61.979%

Totals Coverage Status
Change from base Build 2585: 0.001%
Covered Lines: 44024
Relevant Lines: 71031

💛 - Coveralls

@torproject-pusher torproject-pusher merged commit e9ff3e7 into torproject:maint-0.3.5 Oct 29, 2018
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment