From 01d266f2b4870fbdfd8daba7498ec422fed84c91 Mon Sep 17 00:00:00 2001 From: vanhauser-thc Date: Sun, 31 Oct 2021 12:40:32 +0100 Subject: wipe overflow data --- include/cmplog.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/cmplog.h') diff --git a/include/cmplog.h b/include/cmplog.h index b95a8e43..76082121 100644 --- a/include/cmplog.h +++ b/include/cmplog.h @@ -48,7 +48,8 @@ struct cmp_header { unsigned shape : 5; unsigned type : 2; unsigned attribute : 4; - unsigned reserved : 5; + unsigned overflow : 1; + unsigned reserved : 4; } __attribute__((packed)); -- cgit 1.4.1