Avoid fork bomb caused by native compilation
authorAndrea Corallo <akrl@sdf.org>
Fri, 14 Oct 2022 22:59:55 +0000 (00:59 +0200)
committerRob Browning <rlb@defaultvalue.org>
Sat, 13 May 2023 20:17:27 +0000 (21:17 +0100)
commitd5b5bbf2bb1e5c0f547cea196a4598d9539cee39
tree8e311145ab664b44555db65d920a076ba6feb62f
parent60b3b6053b489acc5d25c690755a7677be385032
Avoid fork bomb caused by native compilation

This upstream patch has been incorporated to fix the problem:

  Prevent potential native compilation infinite recursions

  * lisp/emacs-lisp/comp.el (comp-no-spawn): New var.
  (comp-subr-trampoline-install, comp-final, comp-run-async-workers)
  (comp--native-compile): Update.

Origin: upstream, commit: 1a8015b83761f27d299b1ffa45fc045bb76daf8a
Bug-Debian: https://bugs.debian.org/1017817
Bug-Debian: https://bugs.debian.org/1017845
Forwarded: not-needed

Gbp-Pq: Name 0010-Avoid-fork-bomb-caused-by-native-compilation.patch
lisp/emacs-lisp/comp.el