diff options
| author | Andrey Kazmin | 2021-12-27 13:50:48 +0100 |
|---|---|---|
| committer | Laurent Vivier | 2022-01-06 11:40:52 +0100 |
| commit | e13685a6e5c92612c6eeeb8a17c052539c0f9da5 (patch) | |
| tree | deb559f0c972fa5d2a0c45f308f6d4672e81242a /linux-user/nios2 | |
| parent | linux-user: call set/getscheduler set/getparam directly (diff) | |
| download | qemu-e13685a6e5c92612c6eeeb8a17c052539c0f9da5.tar.gz qemu-e13685a6e5c92612c6eeeb8a17c052539c0f9da5.tar.xz qemu-e13685a6e5c92612c6eeeb8a17c052539c0f9da5.zip | |
linux-user/syscall.c: fix missed flag for shared memory in open_self_maps
The possible variants for region type in /proc/self/maps are either
private "p" or shared "s". In the current implementation,
we mark shared regions as "-". It could break memory mapping parsers
such as included into ASan/HWASan sanitizers.
Fixes: 01ef6b9e4e4e ("linux-user: factor out reading of /proc/self/maps")
Signed-off-by: Andrey Kazmin <a.kazmin@partner.samsung.com>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Acked-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20211227125048.22610-1-a.kazmin@partner.samsung.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'linux-user/nios2')
0 files changed, 0 insertions, 0 deletions
