summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/BUILD
diff options
context:
space:
mode:
authorAndrei Vagin <avagin@google.com>2021-02-22 11:37:13 -0800
committergVisor bot <gvisor-bot@google.com>2021-02-22 11:51:30 -0800
commitc5a4e100085ccbd063df36706cccf93951439cb7 (patch)
treef97c68b9043fec0c37df46a94b8bf1e79fc22422 /test/syscalls/linux/BUILD
parent19fe3a2bfb72622c307311dc61019238896a756b (diff)
unix: sendmmsg and recvmsg have to cap a number of message to UIO_MAXIOV
Reported-by: syzbot+f2489ba0b999a45d1ad1@syzkaller.appspotmail.com PiperOrigin-RevId: 358866218
Diffstat (limited to 'test/syscalls/linux/BUILD')
-rw-r--r--test/syscalls/linux/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/syscalls/linux/BUILD b/test/syscalls/linux/BUILD
index 31dc2525c..1a492bca3 100644
--- a/test/syscalls/linux/BUILD
+++ b/test/syscalls/linux/BUILD
@@ -2305,7 +2305,7 @@ cc_library(
name = "socket_generic_test_cases",
testonly = 1,
srcs = [
- "socket_generic.cc",
+ "socket_generic_test_cases.cc",
],
hdrs = [
"socket_generic.h",