-
Notifications
You must be signed in to change notification settings - Fork 12
Panic: chacha20poly1305: invalid buffer overlap #92
Comments
This doesn't look like it's a bug in noise: Lines 102 to 116 in 02dc2ad
The panic occurs because the two slices passed to Do you have any advice how we can reliably reproduce this crash? |
If this actually caused by an incorrect use of the buffer pool, this might be detectable by Go's race detector. |
Also ipfs/kubo#6802. |
This could also be triggered by, e.g, a concurrent read/write on a single stream. |
Hi, we've caught this panic:
The text was updated successfully, but these errors were encountered: