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

feat: Add -Wmalloc-call. #237

Merged
merged 1 commit into from
Jan 8, 2024
Merged

Conversation

iphydf
Copy link
Member

@iphydf iphydf commented Jan 8, 2024

Checks that allocation functions like mem_balloc are always first assigned to a local variable.


This change is Reviewable

@iphydf iphydf added this to the v0.0.9 milestone Jan 8, 2024
@iphydf iphydf force-pushed the malloc-call branch 5 times, most recently from 23e3b35 to 185e1e7 Compare January 8, 2024 14:20
@iphydf iphydf force-pushed the malloc-call branch 2 times, most recently from 3903337 to c8e4715 Compare January 8, 2024 15:38
@iphydf iphydf marked this pull request as ready for review January 8, 2024 15:38
Checks that allocation functions like `mem_balloc` are always first
assigned to a local variable.
@iphydf iphydf changed the title feat: Add -Wmalloc-call. feat: Add -Wmalloc-call Jan 8, 2024
@iphydf iphydf changed the title feat: Add -Wmalloc-call feat: Add -Wmalloc-call. Jan 8, 2024
@toktok-releaser toktok-releaser merged commit eef8e09 into TokTok:master Jan 8, 2024
11 checks passed
@iphydf iphydf deleted the malloc-call branch January 8, 2024 22:59
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