aboutsummaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2024-12-13 15:17:06 +0100
committerDmitry Vyukov <dvyukov@google.com>2024-12-13 15:16:31 +0000
commit07522f013fe6e6aaad28c40247f11e6409477f64 (patch)
tree2300b7c7fd8518da9d1e69119adced443bbaf947 /sys
parentce78f675cfb8aad794f186afa0f702c5ca4928c0 (diff)
pkg/declextract: change auto_todo type to int8
We use auto_todo type as an element of array for void*. array[int8] is lowered to the buffer type, which is much better handled by the fuzzer engine + closer resembles real blobs.
Diffstat (limited to 'sys')
-rw-r--r--sys/linux/auto.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/auto.txt b/sys/linux/auto.txt
index 2b4759b0c..356e8b27d 100644
--- a/sys/linux/auto.txt
+++ b/sys/linux/auto.txt
@@ -2,7 +2,7 @@
meta automatic
-type auto_todo intptr
+type auto_todo int8
include <vdso/bits.h>
include <linux/types.h>