Skip to content

Conversation

dgarske
Copy link
Contributor

@dgarske dgarske commented Aug 26, 2025

Description

Improve detection of partial overlap (ZD 20369)
Improves on PR #9124

Testing

Customer supplied .pcap.

Checklist

  • added tests
  • updated/added doxygen
  • updated appropriate READMEs
  • Updated manual and documentation

@dgarske dgarske self-assigned this Aug 26, 2025
Copy link
Contributor

🛟 Devin Lifeguard found 1 likely issues in this PR

  • pointer-null-check snippet: Verify whether session->sslServer and session->sslClient are guaranteed non-NULL when AdjustSequence is called; if not, add if (ssl != NULL && ssl->buffers.inputBuffer.length > 0) to protect the dereference.

@dgarske
please take a look at the above issues which Devin flagged. Devin will not fix these issues automatically.

@dgarske dgarske force-pushed the sniffer_partialoverlap branch 3 times, most recently from cb36990 to 9abe3a0 Compare August 29, 2025 23:23
@dgarske dgarske force-pushed the sniffer_partialoverlap branch from 9abe3a0 to 6dd626d Compare September 2, 2025 14:51
@dgarske dgarske assigned wolfSSL-Bot and unassigned dgarske Sep 3, 2025
@dgarske dgarske requested a review from lealem47 September 3, 2025 20:04
Copy link
Contributor

@lealem47 lealem47 left a comment

Choose a reason for hiding this comment

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

Thanks @dgarske !

@lealem47 lealem47 merged commit e29b65d into wolfSSL:master Sep 3, 2025
328 of 331 checks passed
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.

3 participants