|
From: | Philipp Stephani |
Subject: | Re: [PATCH] Module assertions: check for garbage collections |
Date: | Sat, 08 Jul 2017 13:26:00 +0000 |
It's technically possible to write a user pointer finalizer that calls
into Emacs module functions. This would be disastrous because it
would allow arbitrary Lisp code to run during garbage collection.
Therefore extend the module assertions to check for this case.
[Prev in Thread] | Current Thread | [Next in Thread] |