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

cleanup: Never pass void* directly to memcpy. #2682

Merged
merged 1 commit into from
Feb 12, 2024

Conversation

iphydf
Copy link
Member

@iphydf iphydf commented Feb 12, 2024

It cannot be type-checked easily, so we avoid void pointers entirely.


This change is Reviewable

It cannot be type-checked easily, so we avoid void pointers entirely.
@iphydf iphydf added this to the v0.2.19 milestone Feb 12, 2024
@iphydf iphydf marked this pull request as ready for review February 12, 2024 10:07
Copy link

codecov bot commented Feb 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (5d7b7a7) 73.02% compared to head (9b46a08) 73.02%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2682      +/-   ##
==========================================
- Coverage   73.02%   73.02%   -0.01%     
==========================================
  Files         148      148              
  Lines       30484    30486       +2     
==========================================
- Hits        22262    22261       -1     
- Misses       8222     8225       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@toktok-releaser toktok-releaser merged commit 9b46a08 into TokTok:master Feb 12, 2024
59 checks passed
@iphydf iphydf deleted the void-ptr branch February 12, 2024 10:30
This pull request was closed.
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