commit | 2640077527aef6f799215b336e1ed212843d3753 | [log] [tgz] |
---|---|---|
author | Lena Djokic <Lena.Djokic@rt-rk.com> | Thu Nov 24 17:08:58 2016 +0100 |
committer | Laurent Vivier <laurent@vivier.eu> | Tue Feb 14 17:18:03 2017 +0100 |
tree | a42dfc1d1e765ff8e5537b4eaa269c0da31153b3 | |
parent | 77c6850fd7412289122bc21f3b01310c014d98d4 [diff] |
linux-user: Fix mq_open If fourth argument is NULL it should be passed without using lock_user function which would, in that case, return EFAULT, and system call supports passing NULL as fourth argument. Signed-off-by: Lena Djokic <Lena.Djokic@rt-rk.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Riku Voipio <riku.voipio@linaro.org>