linux-user/elfload: test return value of getrlimit
authorThomas Weißschuh <thomas@t-8ch.de>
Sat, 20 Jan 2024 21:45:24 +0000 (22:45 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 23 Jan 2024 03:23:47 +0000 (13:23 +1000)
commit3805d4287fd64917a20bdc406b52d37800d46659
treedd51cf33d0a5cd8f284b925478e7a3d8348430f5
parent1b21fe27e75a59bfe2513f5abcc6a18cfc35cfc8
linux-user/elfload: test return value of getrlimit

Should getrlimit() fail the value of dumpsize.rlimit_cur may not be
initialized. Avoid reading garbage data by checking the return value of
getrlimit.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
Message-Id: <20240120-qemu-user-dumpable-v3-1-6aa410c933f1@t-8ch.de>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
linux-user/elfload.c