[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: sqlite memory allocation and async signal safety
From: |
Eli Zaretskii |
Subject: |
Re: sqlite memory allocation and async signal safety |
Date: |
Thu, 24 Mar 2022 13:03:51 +0200 |
> From: Andreas Schwab <schwab@linux-m68k.org>
> Cc: Po Lu <luangruo@yahoo.com>, emacs-devel@gnu.org
> Date: Thu, 24 Mar 2022 11:21:41 +0100
>
> On Mär 24 2022, Eli Zaretskii wrote:
>
> > when system library malloc is called, which AFAIU is mostly async-safe
> > nowadays on modern platforms.
>
> malloc is definitely not async-safe.
OK, but still: we no longer call malloc in our signal handlers, I
think.