On Sun, 2022-11-13 at 14:43 -0800, Lawrence Ryan wrote:
> So you're suggesting that a user could write code containing a race,
> have that code produce, say, a slice with the wrong length (by
> interleaving the pointer and length/capacity writes), and then use
> that "mixed" slice to compromise the system. I see what you're
> saying.
>
> If the site is running on a single CPU core, we would have to have
> the go runtime switch goroutines in the middle of a slice (ptr, len,
> cap) slice write. I'll have to see if that's possible.
>
> Thanks!

You may want to read this: https://research.swtch.com/gorace

Dan

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/ce8cea479e8d72eec5231b1470ec46aefd9a99aa.camel%40kortschak.io.

Reply via email to