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

fix: Pass array, not array pointer, to memcmp. #2683

Merged
merged 1 commit into from
Feb 12, 2024

Conversation

iphydf
Copy link
Member

@iphydf iphydf commented Feb 12, 2024

The types were incompatible.


This change is Reviewable

@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:08
Copy link

codecov bot commented Feb 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (9b46a08) 73.02% compared to head (c71567d) 72.94%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2683      +/-   ##
==========================================
- Coverage   73.02%   72.94%   -0.08%     
==========================================
  Files         148      148              
  Lines       30486    30486              
==========================================
- Hits        22261    22238      -23     
- Misses       8225     8248      +23     

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

@toktok-releaser toktok-releaser merged commit c71567d into TokTok:master Feb 12, 2024
59 checks passed
@iphydf iphydf deleted the no-array-ptr branch February 12, 2024 10:56
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