aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/socket_alg.txt
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2020-01-05 12:44:49 +0100
committerDmitry Vyukov <dvyukov@google.com>2020-01-05 12:50:29 +0100
commitd646e21ff436cd2a40b23314436cd53f21ae9500 (patch)
treec6a58928ecfbef09b335d19a6d8c20884203b688 /sys/linux/socket_alg.txt
parentc5f5069930ee90925617ded2e413bc99716eb559 (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 'sys/linux/socket_alg.txt')
-rw-r--r--sys/linux/socket_alg.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/linux/socket_alg.txt b/sys/linux/socket_alg.txt
index f53437587..0944660cc 100644
--- a/sys/linux/socket_alg.txt
+++ b/sys/linux/socket_alg.txt
@@ -24,30 +24,30 @@ read$alg(fd sock_algconn, buf buffer[out], size len[buf])
# Special struct generated by Go code.
sockaddr_alg {
family const[AF_ALG, int16]
- type string["filled later", 14]
+ type string["AUTOGENERATED", 14]
feat flags[af_alg_type, int32]
mask flags[af_alg_type, int32]
- name string["filled later", 64]
+ name string["AUTOGENERATED", 64]
}
# Special struct generated by Go code.
alg_name {
- name string["filled later", 64]
+ name string["AUTOGENERATED", 64]
}
# Special struct generated by Go code.
alg_aead_name {
- name string["filled later", 64]
+ name string["AUTOGENERATED", 64]
}
# Special struct generated by Go code.
alg_hash_name {
- name string["filled later", 64]
+ name string["AUTOGENERATED", 64]
}
# Special struct generated by Go code.
alg_skcipher_name {
- name string["filled later", 64]
+ name string["AUTOGENERATED", 64]
}
alg_compress_name {