wipe overflow data

This commit is contained in:
vanhauser-thc
2021-10-31 12:40:32 +01:00
parent 639d108512
commit 01d266f2b4
2 changed files with 22 additions and 9 deletions

View File

@ -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));