diff options
author | 2022-05-13 19:40:05 +0530 | |
---|---|---|
committer | 2022-06-16 12:54:58 -0400 | |
commit | 8c97e4deeca9ad791ab369d3879ebfb0267b24ca (patch) | |
tree | 357c9bca94e0d94203d8bc2ebaa967e5fc655377 /linux-user/syscall.c | |
parent | vhost: also check queue state in the vhost_dev_set_log error routine (diff) | |
download | qemu-8c97e4deeca9ad791ab369d3879ebfb0267b24ca.tar.xz qemu-8c97e4deeca9ad791ab369d3879ebfb0267b24ca.zip |
acpi/erst: fix fallthrough code upon validation failure
At any step when any validation fail in check_erst_backend_storage(), there is
no need to continue further through other validation checks. Further, by
continuing even when record_size is 0, we run the risk of triggering a divide
by zero error if we continued with other validation checks. Hence, we should
simply return from this function upon validation failure.
CC: Peter Maydell <peter.maydell@linaro.org>
CC: Eric DeVolder <eric.devolder@oracle.com>
Signed-off-by: Ani Sinha <ani@anisinha.ca>
Message-Id: <20220513141005.1929422-1-ani@anisinha.ca>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Eric DeVolder <eric.devolder@oracle.com>
Diffstat (limited to 'linux-user/syscall.c')
0 files changed, 0 insertions, 0 deletions