|
|
Message-Id: <20180815174620.10752-1-segev208@gmail.com>
Date: Wed, 15 Aug 2018 20:46:17 +0300
From: Segev Finer <segev208@...il.com>
To: musl@...ts.openwall.com
Subject: [PATCH 0/3] mips{,64,n32}: Call exit on return from fn in __clone
This is the expected behavior of this function. Without this the child
task will crash on return from fn, since it will return to nowhere.
I only tested MIPS O32.
Segev Finer (3):
mips: Call exit on return from fn in __clone
mips64: Call exit on return from fn in __clone
mipsn32: Call exit on return from fn in __clone
src/thread/mips/clone.s | 5 ++++-
src/thread/mips64/clone.s | 5 ++++-
src/thread/mipsn32/clone.s | 5 ++++-
3 files changed, 12 insertions(+), 3 deletions(-)
--
2.18.0
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.