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

exm-backtrace.c: Explicitly include stdint.h for uintptr_t usage #402

Merged
merged 1 commit into from
Jun 19, 2023

Conversation

Leo3418
Copy link
Contributor

@Leo3418 Leo3418 commented Jun 3, 2023

The file uses type uintptr_t from stdint.h, which is indirectly included by backtrace.h. Even so, the file should unconditionally include stdint.h just in case backtrace.h no longer includes stdint.h in the future.

The file uses type uintptr_t from stdint.h, which is indirectly included
by backtrace.h.  Even so, the file should unconditionally include
stdint.h just in case backtrace.h no longer includes stdint.h in the
future.

Signed-off-by: Yuan Liao <liaoyuan@gmail.com>
@mjakeman
Copy link
Owner

Yep, this makes sense. Nice catch.

@mjakeman mjakeman merged commit 33e1e51 into mjakeman:master Jun 19, 2023
1 check passed
@Leo3418 Leo3418 deleted the exm-backtrace-stdint branch June 26, 2023 20:32
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.

None yet

2 participants