cosmopolitan/tool
Justine Tunney 3265324e00
Don't relocate file descriptor memory
This change fixes #496 where ASAN spotted a race condition that could
happen in multithreaded programs, with more than OPEN_MAX descriptors
when using ZipOS or Windows NT, which require tracking open file info
and this change fixes that table so it never relocates, thus allowing
us to continue to enjoy the benefits of avoiding locks while reading.
2022-09-09 16:54:28 -07:00
..
args Unbloat the build 2022-08-11 00:15:29 -07:00
build Fix pthread stacks with larger guard size 2022-09-09 06:41:22 -07:00
decode Make more compatibility improvements 2022-09-06 07:04:13 -07:00
emacs Remove testonly keyword 2022-09-05 08:41:43 -07:00
hash Make garbage collection thread safe 2022-09-08 02:33:01 -07:00
lambda Clean up some code 2022-08-20 12:32:51 -07:00
net Add sigpending to redbean unix.* module (#605) 2022-09-09 04:20:13 -07:00
plinko Restore zip.com and .symtab files 2022-08-21 00:17:20 -07:00
scripts Don't relocate file descriptor memory 2022-09-09 16:54:28 -07:00
viz Make garbage collection thread safe 2022-09-08 02:33:01 -07:00
tool.mk Make fixes and improvements 2022-06-18 01:46:12 -07:00