mirror of
https://github.com/danderson/netboot.git
synced 2025-10-16 10:01:20 +02:00
Although it looks like the sequencing of writing bs to the socket and reusing the slice for the read test is guaranteed by there being a receive from the socket in between, the race detector disagrees, and found a race.