about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--afl-tmin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/afl-tmin.c b/afl-tmin.c
index d6fd27fc..f62a144f 100644
--- a/afl-tmin.c
+++ b/afl-tmin.c
@@ -671,7 +671,7 @@ next_del_blksize:
   alpha_del1   = 0;
   syms_removed = 0;
 
-  memset(alpha_map, 0, 256 * sizeof(u32));
+  memset(alpha_map, 0, sizeof(alpha_map));
 
   for (i = 0; i < in_len; i++) {
     if (!alpha_map[in_data[i]]) alpha_size++;