mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-23 11:29:46 +00:00
prog: fix mutation of special types
Caught by existing tests, just happens very infrequently.
This commit is contained in:
parent
d973f28294
commit
11fa8bb3de
@ -204,7 +204,7 @@ func (g *Gen) MutateArg(arg0 Arg) (calls []*Call) {
|
||||
if !ok {
|
||||
continue
|
||||
}
|
||||
calls = append(newCalls, newCalls...)
|
||||
calls = append(calls, newCalls...)
|
||||
}
|
||||
return calls
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user