mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 19:43:32 +00:00
48b2afb192
The intent with pledge("anet") has been to prevent outbound connections. However we were only doing that for TCP sockets, and outbound UDP could still get through, by using socket() plus sendto(). This change fixed that by preventing UDP sockets from being created. Credit goes to chc4 on Hacker News for finding this. |
||
---|---|---|
.. | ||
calls | ||
dns | ||
fmt | ||
intrin | ||
log | ||
mem | ||
nexgen32e | ||
release | ||
runtime | ||
sock | ||
stdio | ||
str | ||
thread | ||
time | ||
tinymath | ||
x | ||
xed | ||
zipos | ||
test.mk |