Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix: avoid bitshifting uint8#31

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
ethanndickson merged 1 commit intomainfromethan/avoid-bitshift-u8
Jan 24, 2025
Merged

Conversation

ethanndickson
Copy link
Member

@ethanndicksonethanndickson commentedJan 24, 2025
edited
Loading

Indexing into Data produces a UInt8, which was being bitshifted 8+ bits, which was causing the wrong protobuf message length to be read. Instead, we need to bitshift a UInt32.

@ethanndicksonGraphite App
Copy link
MemberAuthor

This stack of pull requests is managed byGraphite. Learn more aboutstacking.

@ethanndicksonethanndickson marked this pull request as ready for reviewJanuary 24, 2025 08:01
@ethanndicksonethanndicksonenabled auto-merge (squash)January 24, 2025 08:02
@ethanndicksonethanndickson merged commit7ac4402 intomainJan 24, 2025
4 checks passed
@ethanndicksonethanndickson deleted the ethan/avoid-bitshift-u8 branchFebruary 12, 2025 12:26
@ethanndicksonethanndickson self-assigned thisMay 23, 2025
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@coadlercoadlercoadler approved these changes

Assignees

@ethanndicksonethanndickson

Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@ethanndickson@coadler

[8]ページ先頭

©2009-2025 Movatter.jp