mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-28 17:12:21 +01:00
When building with GCC-8 and enable-intelasm set, GCC reported a memcpy from and two the same pointer being possible. Added a check for the same pointer and skipped the copy if the same.