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

Fix CID 1444119 #848

Open
wants to merge 1 commit into
base: maint-0.3.4
Choose a base branch
from
Open

Fix CID 1444119 #848

wants to merge 1 commit into from

Conversation

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

@teor2345 teor2345 commented Mar 26, 2019

Let's use the same function exit point for BUG() codepath that we're using
for every other exit condition. That way, we're not forgetting to clean up
the memarea.

Let's use the same function exit point for BUG() codepath that we're using
for every other exit condition. That way, we're not forgetting to clean up
the memarea.
@teor2345 teor2345 mentioned this pull request Mar 26, 2019
@coveralls
Copy link

@coveralls coveralls commented Mar 26, 2019

Pull Request Test Coverage Report for Build 4391

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 59.94%

Totals Coverage Status
Change from base Build 4289: 0.0%
Covered Lines: 41855
Relevant Lines: 69828

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment