Skip to content

Conversation

@RealGreenDragon
Copy link

Thanks to Valgrind I found a never initialized memory in UInt128.
128-bit number is composed by four 32 bits blocks.
With unpatched code last block is never initialized.
Changed condition from i < 3 to i < 4 to include the last block.

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