mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-23 19:39:40 +00:00
prog: go fmt
This commit is contained in:
parent
a73bffcc27
commit
be566e352b
@ -478,7 +478,7 @@ func (r *randGen) randPageAddr(s *state, npages uintptr, data *Arg, vma bool) *A
|
||||
if len(starts) != 0 {
|
||||
page = starts[r.rand(len(starts))]
|
||||
} else {
|
||||
page = r.rand(int(maxPages-npages))
|
||||
page = r.rand(int(maxPages - npages))
|
||||
}
|
||||
if !vma {
|
||||
npages = 0
|
||||
|
Loading…
Reference in New Issue
Block a user