Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix TOCTOU bug in sending packets with the experiment option header.
In cases where sendRaw runs concurrently with a setsocketopt that sets the experiment option, it's possible to read a zero experiment option when adjusting reserved header space and a non-zero experiment option when sending the packet. This causes the sentry to panic when adding the IPv6 header. PiperOrigin-RevId: 721831686
- Loading branch information