mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-24 03:49:45 +00:00
prog: increase encodingexec buffer size
Some of the programs involving netfilter syscalls produce errors about insufficient buffer size. Bump it more.
This commit is contained in:
parent
3de7aabbb7
commit
a2af37f08c
@ -49,7 +49,7 @@ const (
|
||||
)
|
||||
|
||||
const (
|
||||
ExecBufferSize = 2 << 20
|
||||
ExecBufferSize = 4 << 20
|
||||
ExecNoCopyout = ^uint64(0)
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user