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
Kconfig -rw-r--r-- 2.7 KB
Makefile -rw-r--r-- 457 bytes
addr.c -rw-r--r-- 3.9 KB
addr.h -rw-r--r-- 654 bytes
atm_misc.c -rw-r--r-- 2.6 KB
atm_sysfs.c -rw-r--r-- 3.9 KB
br2684.c -rw-r--r-- 22.8 KB
clip.c -rw-r--r-- 22.0 KB
common.c -rw-r--r-- 21.1 KB
common.h -rw-r--r-- 1.6 KB
ioctl.c -rw-r--r-- 9.2 KB
lec.c -rw-r--r-- 58.2 KB
lec.h -rw-r--r-- 5.1 KB
lec_arpc.h -rw-r--r-- 3.0 KB
mpc.c -rw-r--r-- 38.2 KB
mpc.h -rw-r--r-- 1.9 KB
mpoa_caches.c -rw-r--r-- 14.2 KB
mpoa_caches.h -rw-r--r-- 3.1 KB
mpoa_proc.c -rw-r--r-- 7.2 KB
pppoatm.c -rw-r--r-- 15.0 KB
proc.c -rw-r--r-- 9.6 KB
protocols.h -rw-r--r-- 418 bytes
pvc.c -rw-r--r-- 3.8 KB
raw.c -rw-r--r-- 2.1 KB
resources.c -rw-r--r-- 8.9 KB
resources.h -rw-r--r-- 1.1 KB
signaling.c -rw-r--r-- 6.2 KB
signaling.h -rw-r--r-- 877 bytes
svc.c -rw-r--r-- 16.0 KB

back to top