diff options
| author | Anton Lindqvist <anton@basename.se> | 2020-06-29 20:53:07 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-06-29 21:36:27 +0200 |
| commit | cc1e9bc12dd23755159935e93858fcfee121d94e (patch) | |
| tree | 86c5bf60053759188e212ed04e39f101395db8a2 /sys/openbsd/dev_pf_amd64.const | |
| parent | ce9ef6f2ec1adbf0f9938934a6164507b969aea8 (diff) | |
sys/openbsd: neutralize yet another pf ioctl command
Disarms the latest reproducer[1] for the discovered "no output from test
machine" panic.
While here, tidy up and improve comments.
[1] https://syzkaller.appspot.com/bug?id=4c3b1ac22d6d7f1d9ebcad5469a28cb4562debda
Diffstat (limited to 'sys/openbsd/dev_pf_amd64.const')
| -rw-r--r-- | sys/openbsd/dev_pf_amd64.const | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/openbsd/dev_pf_amd64.const b/sys/openbsd/dev_pf_amd64.const index f5a32c62a..1a68d3d6e 100644 --- a/sys/openbsd/dev_pf_amd64.const +++ b/sys/openbsd/dev_pf_amd64.const @@ -1,4 +1,5 @@ # AUTOGENERATED FILE AT_FDCWD = 18446744073709551516 +DIOCCLRSTATES = 3235922962 DIOCKILLSTATES = 3235922985 SYS_openat = 321 |
