Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cov fixes #8399

Merged
merged 7 commits into from
Jan 30, 2025
Merged

Conversation

julek-wolfssl
Copy link
Member

  • dtls: malloc needs to allocate the size of the dereferenced object
  • dtls: remove dead code
  • dtls: better sanitize incoming messages in stateless handling
  • api: make sure len doesn't overrun the input buffer
  • api: check fd values as recv and send can't take in negative fd
  • api: pass in sizeof(tmp) instead of 1024 to attempt to satisfy Coverity
  • dtls13: don't overrun hdr->epoch

@julek-wolfssl julek-wolfssl removed their assignment Jan 30, 2025
@JacobBarthelmeh JacobBarthelmeh merged commit eb7bac3 into wolfSSL:master Jan 30, 2025
163 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