Re: [PATCH v4 4/7] fuzz: loop the remove minimizer and refactoring

2021-01-07 Thread Qiuhao Li
On Wed, 2021-01-06 at 23:53 -0500, Alexander Bulekov wrote: > On 201229 1240, Qiuhao Li wrote: > > Now we use a one-time scan and remove strategy in the remval > > minimizer, > > which is not suitable for timing dependent instructions. > > > > For example, instruction A will indicate an address

Re: [PATCH v4 4/7] fuzz: loop the remove minimizer and refactoring

2021-01-06 Thread Alexander Bulekov
On 201229 1240, Qiuhao Li wrote: > Now we use a one-time scan and remove strategy in the remval minimizer, > which is not suitable for timing dependent instructions. > > For example, instruction A will indicate an address where the config > chunk locates, and instruction B will make the

[PATCH v4 4/7] fuzz: loop the remove minimizer and refactoring

2020-12-28 Thread Qiuhao Li
Now we use a one-time scan and remove strategy in the remval minimizer, which is not suitable for timing dependent instructions. For example, instruction A will indicate an address where the config chunk locates, and instruction B will make the configuration active. If we have the following