mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-14 02:58:08 +00:00
ensure proper aligning for skim patch
This commit is contained in:
@ -1135,7 +1135,7 @@ u32 get_map_size(void) {
|
||||
|
||||
}
|
||||
|
||||
if (map_size % 32) { map_size = (((map_size >> 5) + 1) << 5); }
|
||||
if (map_size % 64) { map_size = (((map_size >> 6) + 1) << 6); }
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user