You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`UnsafeMutableBufferPointer.allocate` returns uninitialized memory which
is read by `assert(scratchBuffer[current] == 0)`. We need to initialize
it before reading.
Also remove the scratchBuffer that is never used and likely a
refactoring leftover.
Radar-Id: rdar://72439642
0 commit comments