Use internal_memcpy instead of casts to prevent GCC warning and get a defined behavior
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Differential D80732
Fix strict aliasing issue in msan runtime ClosedPublic Authored by serge-sans-paille on May 28 2020, 9:02 AM.
Details
Summary Use internal_memcpy instead of casts to prevent GCC warning and get a defined behavior
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 28 2020, 12:44 PM Closed by commit rGaf38074874c6: Fix strict aliasing warning in msan.cpp (authored by serge-sans-paille). · Explain WhyMay 31 2020, 10:54 PM This revision was automatically updated to reflect the committed changes.
Diff 267543 compiler-rt/lib/msan/msan.cpp
|