wickwirew / Runtime

A Swift Runtime library for viewing type info, and the dynamic getting and setting of properties.
MIT License
1.08k stars 94 forks source link

ASan fixes with withMemoryRebound #88

Closed adam-fowler closed 3 years ago

adam-fowler commented 3 years ago

This fixes one set of ASan errors from #87. There are still more. I'm not sure how to resolve those. I'll add a separate Issue for them