From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Philipp Stephani
On Wed, Dec 27, 2017 at 05:41:23AM +0200, Eli Zaretskii wrote:
> What about the possibility that SAFE_NALLOCA could signal an error and=
> longjmp to top level?=C2=A0 Does this code always run in the main thre= ad,
> and if so, can it allow such longjmp's?
I think it does always run in the main thread, however since it runs
within the NSApplication run loop I=E2=80=99ve no idea what would happen if= we
did a longjmp.