(no title)
cjalmeida | 5 months ago
There’s no reason a color parser, or a date library should require network or file system access.
cjalmeida | 5 months ago
There’s no reason a color parser, or a date library should require network or file system access.
0xDEAFBEAD|5 months ago
A different idea: Special stack frames such that while that frame is on the stack, certain syscalls are prohibited. These "sandbox frames" could be enabled by default for most library calls, or even used by developers to handle untrusted user input.