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
6lowpan_i.h -rw-r--r-- 989 bytes
Kconfig -rw-r--r-- 2.6 KB
Makefile -rw-r--r-- 866 bytes
core.c -rw-r--r-- 4.0 KB
debugfs.c -rw-r--r-- 6.7 KB
iphc.c -rw-r--r-- 36.7 KB
ndisc.c -rw-r--r-- 6.3 KB
nhc.c -rw-r--r-- 5.1 KB
nhc.h -rw-r--r-- 4.3 KB
nhc_dest.c -rw-r--r-- 650 bytes
nhc_fragment.c -rw-r--r-- 658 bytes
nhc_ghc_ext_dest.c -rw-r--r-- 670 bytes
nhc_ghc_ext_frag.c -rw-r--r-- 682 bytes
nhc_ghc_ext_hop.c -rw-r--r-- 658 bytes
nhc_ghc_ext_route.c -rw-r--r-- 675 bytes
nhc_ghc_icmpv6.c -rw-r--r-- 613 bytes
nhc_ghc_udp.c -rw-r--r-- 571 bytes
nhc_hop.c -rw-r--r-- 633 bytes
nhc_ipv6.c -rw-r--r-- 597 bytes
nhc_mobility.c -rw-r--r-- 658 bytes
nhc_routing.c -rw-r--r-- 645 bytes
nhc_udp.c -rw-r--r-- 5.5 KB

back to top