cosmopolitan/test
Justine Tunney 48b2afb192
Address weakness with new pledge("anet") promise
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.
2023-06-18 18:06:47 -07:00
..
dsp Clean up more code 2023-06-18 01:00:05 -07:00
libc Address weakness with new pledge("anet") promise 2023-06-18 18:06:47 -07:00
net Remove printf() linking hack 2023-06-17 10:13:50 -07:00
tool Clean up more code 2023-06-18 01:00:05 -07:00
test.mk Support malloc() on bare metal 2021-02-24 00:53:24 -08:00