mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
* The buffer-pointer based init methods were passing the dispatch
data default destructor in such a way that the
@convention(block)-ness was lost. This leads to a thunk being passed
to dispatch instead of NULL. Subsequently, dispatch would reference
rather than copy the provided data.
Fixes:
SR-2050 (<rdar://problem/27293973>)
9.5 KiB
9.5 KiB