commit | 64c8189ab0eb8d9206bd9e6b05fce828bf773259 | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Thu May 28 16:24:09 2020 -0700 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Wed Jun 03 22:33:32 2020 +0200 |
tree | 3d5fa0fc8e93a447a16d4edc03b32c6d31c65a27 | |
parent | 36e70afcb5df14720cd9e55cc0e1c94dc3b097ab [diff] |
userspace: fix bad ssf pointer on bad/no syscall This was passing along _current->ssf, but these types of bad syscalls do not go through the z_mrsh mechanism and was passing stale data. We have the syscall stack frame already as an argument, propagate that so it works properly. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>