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

unit/platform-mapper: ENABLE_TRACE segfault fix #770

Merged
merged 1 commit into from
Jan 23, 2025

Conversation

ghost
Copy link

@ghost ghost commented Jan 23, 2025

this test did not bind the global logger to a pointer, which caused a deref when run under ENABLE_TRACE builds.

this test did not bind the global logger to a pointer, which caused a
deref when run under ENABLE_TRACE builds.

Signed-off-by: Nicholas Sielicki <nslick@amazon.com>
@ghost ghost self-requested a review as a code owner January 23, 2025 00:11
Copy link
Contributor

@bwbarrett bwbarrett left a comment

Choose a reason for hiding this comment

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

Ugh, that was a stupid mistake on my part.

@bwbarrett bwbarrett merged commit 0f6ed7e into aws:master Jan 23, 2025
23 checks passed
@ghost ghost deleted the fix-unit-platform-map branch January 23, 2025 21:40
@ghost
Copy link
Author

ghost commented Jan 23, 2025

kind of a stupid commit message, reads as if i'm saying that not binding the pointer is what caused a deref.

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.

3 participants