diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-12-23 08:46:10 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-12-23 08:57:42 +0100 |
| commit | 4b042b7d6708cae4cb29fa41b89deea14b2eea32 (patch) | |
| tree | e624c19095860d2901d0a9094b7269a6c31e79d7 /sys/linux/dev_block.txt.warn | |
| parent | 61f4e7ee54a1a1ae938c8ab2ee18bf16da1abab4 (diff) | |
sys/linux: fix int64 alignment on 386
Turns out int64 alignment is 4 on 386...
But on arm it's still 8.
Another amusing finding thanks to syz-check.
Update #590
Diffstat (limited to 'sys/linux/dev_block.txt.warn')
| -rw-r--r-- | sys/linux/dev_block.txt.warn | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/linux/dev_block.txt.warn b/sys/linux/dev_block.txt.warn deleted file mode 100644 index 8f0640f5e..000000000 --- a/sys/linux/dev_block.txt.warn +++ /dev/null @@ -1,4 +0,0 @@ -bad-struct-size: blk_user_trace_setup: syz=72 kernel=64 [386] -bad-field-offset: blk_user_trace_setup.start_lba: syz=48 kernel=44 [386] -bad-field-offset: blk_user_trace_setup.end_lba: syz=56 kernel=52 [386] -bad-field-offset: blk_user_trace_setup.pid: syz=64 kernel=60 [386] |
