DeltaCore icon indicating copy to clipboard operation
DeltaCore copied to clipboard

Address Sanitizer doesn't like RingBuffer

Open slmille4 opened this issue 4 years ago • 0 comments

RingBuffer has been extremely helpful, but I've noticed that turning on Address Sanitizer leads to a fatal error related to the buffer when run on a device. Oddly that doesn't happen with the Obj-C version. I'm not sure if it's something in my code, or some difference between Swift and Obj-C that doesn't like the way vm_remap is used.

slmille4 avatar Aug 21 '20 14:08 slmille4