diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-01-05 12:44:49 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-01-05 12:50:29 +0100 |
| commit | d646e21ff436cd2a40b23314436cd53f21ae9500 (patch) | |
| tree | c6a58928ecfbef09b335d19a6d8c20884203b688 /executor/syscalls.h | |
| parent | c5f5069930ee90925617ded2e413bc99716eb559 (diff) | |
prog: fix tests for string enforcement
String value enforcement broke a number of tests
where we use different values.
Be more string as to what string values we use in tests.
Required to add tmpfs descriptions to test syz_mount_image.
Also special-casing AF_ALG algorithms as these are auto-generated.
Diffstat (limited to 'executor/syscalls.h')
| -rw-r--r-- | executor/syscalls.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/executor/syscalls.h b/executor/syscalls.h index 1d23d2717..bdcf39785 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -4906,6 +4906,7 @@ const call_t syscalls[] = { {"syz_mount_image$ntfs", 0, (syscall_t)syz_mount_image}, {"syz_mount_image$ocfs2", 0, (syscall_t)syz_mount_image}, {"syz_mount_image$reiserfs", 0, (syscall_t)syz_mount_image}, + {"syz_mount_image$tmpfs", 0, (syscall_t)syz_mount_image}, {"syz_mount_image$vfat", 0, (syscall_t)syz_mount_image}, {"syz_mount_image$xfs", 0, (syscall_t)syz_mount_image}, {"syz_open_dev$I2C", 0, (syscall_t)syz_open_dev}, @@ -8080,6 +8081,7 @@ const call_t syscalls[] = { {"syz_mount_image$ntfs", 0, (syscall_t)syz_mount_image}, {"syz_mount_image$ocfs2", 0, (syscall_t)syz_mount_image}, {"syz_mount_image$reiserfs", 0, (syscall_t)syz_mount_image}, + {"syz_mount_image$tmpfs", 0, (syscall_t)syz_mount_image}, {"syz_mount_image$vfat", 0, (syscall_t)syz_mount_image}, {"syz_mount_image$xfs", 0, (syscall_t)syz_mount_image}, {"syz_open_dev$I2C", 0, (syscall_t)syz_open_dev}, @@ -11209,6 +11211,7 @@ const call_t syscalls[] = { {"syz_mount_image$ntfs", 0, (syscall_t)syz_mount_image}, {"syz_mount_image$ocfs2", 0, (syscall_t)syz_mount_image}, {"syz_mount_image$reiserfs", 0, (syscall_t)syz_mount_image}, + {"syz_mount_image$tmpfs", 0, (syscall_t)syz_mount_image}, {"syz_mount_image$vfat", 0, (syscall_t)syz_mount_image}, {"syz_mount_image$xfs", 0, (syscall_t)syz_mount_image}, {"syz_open_dev$I2C", 0, (syscall_t)syz_open_dev}, @@ -14309,6 +14312,7 @@ const call_t syscalls[] = { {"syz_mount_image$ntfs", 0, (syscall_t)syz_mount_image}, {"syz_mount_image$ocfs2", 0, (syscall_t)syz_mount_image}, {"syz_mount_image$reiserfs", 0, (syscall_t)syz_mount_image}, + {"syz_mount_image$tmpfs", 0, (syscall_t)syz_mount_image}, {"syz_mount_image$vfat", 0, (syscall_t)syz_mount_image}, {"syz_mount_image$xfs", 0, (syscall_t)syz_mount_image}, {"syz_open_dev$I2C", 0, (syscall_t)syz_open_dev}, @@ -17325,6 +17329,7 @@ const call_t syscalls[] = { {"syz_mount_image$ntfs", 0, (syscall_t)syz_mount_image}, {"syz_mount_image$ocfs2", 0, (syscall_t)syz_mount_image}, {"syz_mount_image$reiserfs", 0, (syscall_t)syz_mount_image}, + {"syz_mount_image$tmpfs", 0, (syscall_t)syz_mount_image}, {"syz_mount_image$vfat", 0, (syscall_t)syz_mount_image}, {"syz_mount_image$xfs", 0, (syscall_t)syz_mount_image}, {"syz_open_dev$I2C", 0, (syscall_t)syz_open_dev}, @@ -20447,6 +20452,7 @@ const call_t syscalls[] = { {"syz_mount_image$ntfs", 0, (syscall_t)syz_mount_image}, {"syz_mount_image$ocfs2", 0, (syscall_t)syz_mount_image}, {"syz_mount_image$reiserfs", 0, (syscall_t)syz_mount_image}, + {"syz_mount_image$tmpfs", 0, (syscall_t)syz_mount_image}, {"syz_mount_image$vfat", 0, (syscall_t)syz_mount_image}, {"syz_mount_image$xfs", 0, (syscall_t)syz_mount_image}, {"syz_open_dev$I2C", 0, (syscall_t)syz_open_dev}, |
