cosmopolitan/libc/integral
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
..
c.inc Clean up some of the threading code 2022-09-08 12:31:56 -07:00
cxx.inc Add NES emulator 2020-07-02 13:46:08 -07:00
cxxtypescompat.inc Initial import 2020-06-15 07:18:57 -07:00
llp64.inc Get VSCode working with Linux and WSL (#116) 2021-03-09 10:12:39 -08:00
lp64.inc Import C++ Standard Template Library 2022-03-22 06:41:54 -07:00
lp64arg.inc Remove plenty of makefile misconfigurations 2022-07-21 09:20:59 -07:00
normalize.inc Don't relocate file descriptor memory 2022-09-09 16:54:28 -07:00