mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 10:38:07 +00:00
wipe overflow data
This commit is contained in:
@ -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));
|
||||
|
||||
|
Reference in New Issue
Block a user