]> git.eshelyaron.com Git - emacs.git/commit
Remove arbitrary process count limit
authorPo Lu <luangruo@yahoo.com>
Sat, 20 May 2023 08:54:13 +0000 (16:54 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 20 May 2023 08:54:13 +0000 (16:54 +0800)
commitd86643a7863cef268b69d7925e0982bdb70ba672
treef6f7edab475f13225d1691fcc58dd74e1915a6cd
parent181453285c67783ebf8eb269dc19fdb0e563af62
Remove arbitrary process count limit

* exec/trace.c (handle_clone_prepare):
(handle_clone): When !REENTRANT, use malloc to allocate
tracees after running out of static ones.
exec/trace.c