Files
swift-mirror/stdlib/public/runtime/BytecodeLayouts.cpp
Dario Rexin ca004c2316 [Runtime] Fix UB in layout string runtime functions (#66112)
rdar://109790722

Layout strings are not guaranteed to be properly aligned, so we can't directly read from and write to it, but have to use memcpy instead.
2023-05-25 08:33:53 -07:00

14 KiB