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: Alexander Bulekov
Subject: Re: [PATCH v4 14/16] fuzz: add general-fuzz configs for oss-fuzz
Date: Fri, 16 Oct 2020 10:44:11 -0400

On 201016 1532, Paolo Bonzini wrote:
> 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.
> 

Now that I think about it, I don't see why not.. I'll send a v5 soon.
-Alex

> Paolo
> 



reply via email to

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