Skip to content

fix: Avoid invalid memory access in the logger#310

Merged
jan-auer merged 3 commits intomasterfrom
fix/logger-testing
Jun 19, 2020
Merged

fix: Avoid invalid memory access in the logger#310
jan-auer merged 3 commits intomasterfrom
fix/logger-testing

Conversation

@Swatinem
Copy link
Copy Markdown
Contributor

@Swatinem Swatinem commented Jun 19, 2020

This also turns on the logger for the HTTP-based tests.

Fixes #309

This also turns on the logger for the HTTP-based tests, and enables
more testing of the crashpad backend.
@Swatinem Swatinem force-pushed the fix/logger-testing branch from fe0ea7d to e966dd1 Compare June 19, 2020 14:39
@daxpedda
Copy link
Copy Markdown
Contributor

Just tried it, works perfectly 👌.

Copy link
Copy Markdown
Member

@jan-auer jan-auer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix! This originated in my comment at #301 (comment), which was written from poor memory about the API without testing it myself.

Are there still tests running without logs? We need to ensure that both paths are properly tested.

Please separate out all unrelated changes to tests into a separate PR, and then let's get this released as 0.3.4 directly on top of 0.3.3. We'll not merge any further features until code coverage is in place, and we run all tests with memory/address sanitizers.

@Swatinem
Copy link
Copy Markdown
Contributor Author

Are there still tests running without logs? We need to ensure that both paths are properly tested.

we test both with the standard http transport, with logs, and we also test with a specific stdout transport without logs, since I think that interferes with the way we capture the output, although stderr should be separate.

@jan-auer jan-auer force-pushed the fix/logger-testing branch from 4529cf5 to e457e14 Compare June 19, 2020 18:30
@jan-auer jan-auer changed the title fix: Avoid unsafety in the logger fix: Avoid invalid memory access in the logger Jun 19, 2020
@jan-auer jan-auer merged commit 4360d40 into master Jun 19, 2020
@jan-auer jan-auer deleted the fix/logger-testing branch June 19, 2020 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

set_debug(true) crashes

3 participants