From 07522f013fe6e6aaad28c40247f11e6409477f64 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 13 Dec 2024 15:17:06 +0100 Subject: 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. --- sys/linux/auto.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/linux') 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 include -- cgit mrf-deployment