Skip to content

Conversation

@JacobBarthelmeh
Copy link
Contributor

ZD20791

dgarske
dgarske previously approved these changes Nov 19, 2025
int start = (int)((size_t)pad - (size_t)key->data);

for (j = 0; j < key->dataLen; j++) {
for (j = 0; j < key->dataLen && i < outLen; j++) {
Copy link
Contributor

@SparkiDev SparkiDev Nov 19, 2025

Choose a reason for hiding this comment

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

Don't want to do this if possible - constant time code.
Line 3645 check 'i' against outLen.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks Sean!

@SparkiDev
Copy link
Contributor

Closed in favor of: #9454

@SparkiDev SparkiDev closed this Nov 21, 2025
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.

4 participants