diff options
author | Warner Losh <imp@bsdimp.com> | 2021-09-16 18:43:01 -0600 |
---|---|---|
committer | Warner Losh <imp@bsdimp.com> | 2021-10-17 16:55:52 -0600 |
commit | 14837a3f7540f38ba78261238da3914a6529d882 (patch) | |
tree | 94292409475bdd1a2825249a3d07cfe45621f93f /pc-bios/openbios-ppc | |
parent | 36d5d891559f6b9f0bae4907669de9bfdf5d4d94 (diff) |
bsd-user/mmap.c: mmap return ENOMEM on overflow
mmap should return ENOMEM on len overflow rather than EINVAL. Return
EINVAL when len == 0 and ENOMEM when the rounded to a page length is 0.
Found by make check-tcg.
Signed-off-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Kyle Evans <kevans@FreeBSD.org>
Diffstat (limited to 'pc-bios/openbios-ppc')
0 files changed, 0 insertions, 0 deletions