Skip to content

fix: negative length hold#802

Open
2278535805 wants to merge 3 commits into
TeamFlos:mainfrom
2278535805:fix-negative-length-hold
Open

fix: negative length hold#802
2278535805 wants to merge 3 commits into
TeamFlos:mainfrom
2278535805:fix-negative-length-hold

Conversation

@2278535805

Copy link
Copy Markdown
Contributor

No description provided.

Comment thread prpr/src/bin.rs Outdated
Ok(Self {
pe_alpha_extension: r.read::<u8>()? == 1,
hold_partial_cover: r.read::<u8>()? == 1,
negative_length_hold: r.read::<u8>()? == 1,

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This would result in incompatibility. Move it to the higher bits of previous u8

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.

2 participants