Skip to content

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

Merged
toktok-releaser merged 1 commit intoTokTok:masterfrom
iphydf:void-ptr
Feb 12, 2024
Merged

cleanup: Never pass void* directly to memcpy.#2682
toktok-releaser merged 1 commit intoTokTok:masterfrom
iphydf:void-ptr

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
@codecov
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
@iphydf iphydf deleted the void-ptr branch February 12, 2024 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants