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
Chunk::from_raw_buffer with a Box containing a 0-length array results in an invalid free of null. from_raw_buffer should probably fail on 0-length buffers, but currently it results in unsafety in a safe function.