qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v4 14/16] fuzz: add general-fuzz configs for oss-fuzz


From: Paolo Bonzini
Subject: Re: [PATCH v4 14/16] fuzz: add general-fuzz configs for oss-fuzz
Date: Fri, 16 Oct 2020 15:32:26 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0

On 15/10/20 15:41, Alexander Bulekov wrote:
> +typedef struct general_fuzz_config {
> +    const char *name, *args, *objects;
> +} general_fuzz_config;
> +
> +GArray *get_general_fuzz_configs(void);

Can't it be even a "const struct general_fuzz_config
general_fuzz_configs[] = ..." instead of a GArray?  Not a huge
difference, but still.

Paolo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]