On 15 June 2013 13:33, Andreas Schwab wrote:
> When translating between host and target signal numbers keep negative
> numbers unchanged, avoiding access beyond array bounds.
>
> Signed-off-by: Andreas Schwab
Reviewed-by: Peter Maydell
-- PMM
When translating between host and target signal numbers keep negative
numbers unchanged, avoiding access beyond array bounds.
Signed-off-by: Andreas Schwab
---
linux-user/signal.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/linux-user/signal.c b/linux-user/signal.c
in