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
go test -tags=purego -race -bench=BenchmarkAESCFBEncrypt1K crypto/cipher
This fails with a checkptr fault.
Kinda a false positive, kinda not. checkptr is failing correctly, in that a pointer is generated that straddles two allocations. But that pointer is never used.
This fails with a checkptr fault.
Kinda a false positive, kinda not. checkptr is failing correctly, in that a pointer is generated that straddles two allocations. But that pointer is never used.
Split off from #58785
The text was updated successfully, but these errors were encountered: