]> git.eshelyaron.com Git - emacs.git/commit
Correct crash in child processes under armeabi Android
authorPo Lu <luangruo@yahoo.com>
Mon, 18 Sep 2023 06:13:30 +0000 (14:13 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 18 Sep 2023 06:16:39 +0000 (14:16 +0800)
commitcd69120731f3407a4ba8c62cc195edaf411134ce
tree9b11f78a1e8ac15cec1089d033d855292b690800
parentb892da5f615306c04d9d1b2e95954d14e1481752
Correct crash in child processes under armeabi Android

* exec/trace.c (process_system_call) <READLINKAT_SYSCALL>:
Examine tracee->waiting_for_syscall and avoid rewriting user
arguments if a system call is presently being executed by the
kernel.  Reported by Romário Rios <romariorios@protonmail.com>.
exec/trace.c