From b8d780ab30ab6ba340c43ad1944096dae15e6e79 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 11 Jan 2022 20:20:35 +0100 Subject: sys/linux: fix bugs pointed out by syz-check Update #590 --- sys/linux/dev_kvm.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'sys/linux/dev_kvm.txt') diff --git a/sys/linux/dev_kvm.txt b/sys/linux/dev_kvm.txt index e00624f66..e8c74386f 100644 --- a/sys/linux/dev_kvm.txt +++ b/sys/linux/dev_kvm.txt @@ -604,9 +604,12 @@ kvm_vcpu_events { } kvm_clock_data { - clock int64 - flags int32 - pad array[const[0, int32], 9] + clock int64 + flags int32 + pad0 int32 + realtime int64 + host_tsc int64 + pad array[const[0, int32], 4] } kvm_xen_hvm_config { -- cgit mrf-deployment