Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Wiki Markup
The second problem is that the {{free()}} function is also not \[[asynchronous-safe|AA. Bibliography#asynchronous-safe]\], and its invocation from within a signal handler is also a violation of this rule. If an interrupt signal is received during the {{free()}} call in {{mainhandler()}}, the heap may be corrupted.

...