Skip to content

Fix signed vs unsigned serialization bug#62

Open
rwols wants to merge 1 commit into
masterfrom
signed-serialization-bug
Open

Fix signed vs unsigned serialization bug#62
rwols wants to merge 1 commit into
masterfrom
signed-serialization-bug

Conversation

@rwols
Copy link
Copy Markdown
Collaborator

@rwols rwols commented Jun 4, 2026

close #61

The rule is:

  • 1-byte integers are unsigned.
  • 2-byte integers (shorts) are unsigned.
  • 4-byte integers are signed.

The rule is:

* 1-byte integers are unsigned.
* 2-byte integers (shorts) are unsigned.
* 4-byte integers are **signed**.
@rwols rwols added this to the next milestone Jun 4, 2026
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.

Header.OFFSET_X cannot be negative

1 participant