Skip to content

fix benign typo with sizeof#9870

Merged
douzzer merged 1 commit intowolfSSL:masterfrom
JacobBarthelmeh:f21
Mar 5, 2026
Merged

fix benign typo with sizeof#9870
douzzer merged 1 commit intowolfSSL:masterfrom
JacobBarthelmeh:f21

Conversation

@JacobBarthelmeh
Copy link
Copy Markdown
Contributor

F-21

@JacobBarthelmeh JacobBarthelmeh self-assigned this Mar 4, 2026
Copilot AI review requested due to automatic review settings March 4, 2026 22:33
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Fixes a typo in DTLS 1.3 cipher initialization by correcting the sizeof argument used when zeroing the DTLS record number decrypt state.

Changes:

  • Corrected sizeof(ssl->dtlsRecordNumberEncrypt) to sizeof(ssl->dtlsRecordNumberDecrypt) when initializing dtlsRecordNumberDecrypt.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@JacobBarthelmeh
Copy link
Copy Markdown
Contributor Author

JacobBarthelmeh commented Mar 5, 2026

Retest this please Jenkins

@douzzer douzzer added the Staged Staged for merge pending final test results and review label Mar 5, 2026
@douzzer douzzer merged commit 9010544 into wolfSSL:master Mar 5, 2026
472 of 474 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Staged Staged for merge pending final test results and review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants