Skip to content

Assembly x64: fix comparison to be unsigned - #11104

Open
SparkiDev wants to merge 1 commit into
wolfSSL:masterfrom
SparkiDev:asm_x64_large_len_fix
Open

Assembly x64: fix comparison to be unsigned#11104
SparkiDev wants to merge 1 commit into
wolfSSL:masterfrom
SparkiDev:asm_x64_large_len_fix

Conversation

@SparkiDev

Copy link
Copy Markdown
Contributor

Description

Large values of lengths were being compared as signed values.
When the length is over 2GiB, the check was wrong.

Fixes zd#22283, zd#22286

Large values of lengths were being compared as signed values.
When the length is over 2GiB, the check was wrong.
@SparkiDev SparkiDev self-assigned this Aug 7, 2026
@SparkiDev

Copy link
Copy Markdown
Contributor Author

Code generated by PR:
https://github.com/wolfSSL/scripts/pull/649

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.

1 participant