Revision 15b7b737deb30e1f8f116a08e723173b55ebd2f3 authored by David Matlack on 13 July 2021, 22:09:56 UTC, committed by Paolo Bonzini on 27 July 2021, 20:58:59 UTC
There is a missing break statement which causes a fallthrough to the
next statement where optarg will be null and a segmentation fault will
be generated.

Fixes: 9e965bb75aae ("KVM: selftests: Add backing src parameter to dirty_log_perf_test")
Reviewed-by: Ben Gardon <bgardon@google.com>
Signed-off-by: David Matlack <dmatlack@google.com>
Message-Id: <20210713220957.3493520-6-dmatlack@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
1 parent 76b4f35
History
File Mode Size
hci
nci
Kconfig -rw-r--r-- 829 bytes
Makefile -rw-r--r-- 374 bytes
af_nfc.c -rw-r--r-- 1.8 KB
core.c -rw-r--r-- 24.5 KB
digital.h -rw-r--r-- 5.2 KB
digital_core.c -rw-r--r-- 20.0 KB
digital_dep.c -rw-r--r-- 34.2 KB
digital_technology.c -rw-r--r-- 26.4 KB
llcp.h -rw-r--r-- 6.7 KB
llcp_commands.c -rw-r--r-- 16.2 KB
llcp_core.c -rw-r--r-- 34.0 KB
llcp_sock.c -rw-r--r-- 22.4 KB
netlink.c -rw-r--r-- 39.4 KB
nfc.h -rw-r--r-- 4.4 KB
rawsock.c -rw-r--r-- 8.9 KB

back to top