mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-17 09:16:09 +00:00

The casting based reading of the LSDA could attempt to read unsuitably aligned data. Avoid that case by explicitly using a memcpy. A similar approach is used in libc++abi to address the same UB. llvm-svn: 287479