diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-01-23 14:07:01 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-01-23 15:05:21 +0100 |
| commit | 0e8428d26ffd80789aa83442676e6fb800e9c0ff (patch) | |
| tree | 5d110f7952fcdc8a64e0acb1f714d6d54505d3ff /sys/linux/fscrypt.txt.warn | |
| parent | 9ab9b329d9c8d1477d5b2921671701d9a7a6d2cd (diff) | |
tools/syz-check: add limited checking of varlen structs
Stop at the fist varlen field, but check the preceeding ones.
Frequently the varlen array is the last field,
so we should get good checking for these cases.
Update #590
Diffstat (limited to 'sys/linux/fscrypt.txt.warn')
| -rw-r--r-- | sys/linux/fscrypt.txt.warn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/linux/fscrypt.txt.warn b/sys/linux/fscrypt.txt.warn index 7f46ada8f..31fad08e4 100644 --- a/sys/linux/fscrypt.txt.warn +++ b/sys/linux/fscrypt.txt.warn @@ -13,3 +13,4 @@ bad-field-size: fscrypt_policy_v2.master_key_identifier/__reserved: syz=16 kerne no-such-struct: fscrypt_policy_modes no-such-struct: fscrypt_policy_mode_t no-such-struct: fscrypt_key_specifier_payload +bad-field-size: fscrypt_add_key_arg.reserved/key_id: syz=36 kernel=4 |
