]> xenbits.xensource.com Git - xen.git/commit
x86: fix unintended fallthrough case from XSA-154
authorAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 18 Feb 2016 14:10:07 +0000 (15:10 +0100)
committerJan Beulich <jbeulich@suse.com>
Thu, 18 Feb 2016 14:10:07 +0000 (15:10 +0100)
commit8dd6d1c099865ee5f5916616a0ca79cd943c46f9
tree2742d1f3d5601b9b55c289ba5196a299a0236ff2
parent8e0b74e02656c007455c12d0341a881aee8b13d2
x86: fix unintended fallthrough case from XSA-154

... and annotate the other deliberate one: Coverity objects otherwise.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
One of the two instances was actually a bug.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/mm.c