Skip to content

Fix valgrind issue with memcpy#6416

Merged
JacobBarthelmeh merged 1 commit intowolfSSL:masterfrom
embhorn:gh6413
May 17, 2023
Merged

Fix valgrind issue with memcpy#6416
JacobBarthelmeh merged 1 commit intowolfSSL:masterfrom
embhorn:gh6413

Conversation

@embhorn
Copy link
Copy Markdown
Member

@embhorn embhorn commented May 16, 2023

Description

Replaces XMEMCPY with XMEMMOVE to fix valgrind-3.15.0 reports "Source and destination overlap in memcpy" when using --enable-aesgcm-stream

Fixes #6413

Testing

Customer confirmed

Checklist

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

@dgarske dgarske assigned JacobBarthelmeh and unassigned embhorn May 16, 2023
@dgarske dgarske requested a review from JacobBarthelmeh May 16, 2023 21:13
@JacobBarthelmeh JacobBarthelmeh merged commit 2bb3ade into wolfSSL:master May 17, 2023
@embhorn embhorn deleted the gh6413 branch April 24, 2026 21:32
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.

[Bug]: valgrind-3.15.0 reports "Source and destination overlap in memcpy" when using --enable-aesgcm-stream

3 participants