diff options
author | Rahat Mahmood <rahat@google.com> | 2021-08-05 20:13:54 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-08-05 20:16:54 -0700 |
commit | 569f605f438dd10e5ffa1d5eb129ba1d15bbf34c (patch) | |
tree | e1d6fe4b8fca8b51ac96c2c28565d33ced978587 /test/syscalls/linux/BUILD | |
parent | 15853bdc88523021f89261860eaebab06bb19dbf (diff) |
Correctly handle interruptions in blocking msgqueue syscalls.
Reported-by: syzbot+63bde04529f701c76168@syzkaller.appspotmail.com
Reported-by: syzbot+69866b9a16ec29993e6a@syzkaller.appspotmail.com
PiperOrigin-RevId: 389084629
Diffstat (limited to 'test/syscalls/linux/BUILD')
-rw-r--r-- | test/syscalls/linux/BUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/syscalls/linux/BUILD b/test/syscalls/linux/BUILD index b7e83b5de..71cc9b51d 100644 --- a/test/syscalls/linux/BUILD +++ b/test/syscalls/linux/BUILD @@ -4173,10 +4173,11 @@ cc_binary( linkstatic = 1, deps = [ "//test/util:capability_util", + "//test/util:signal_util", "//test/util:temp_path", - "//test/util:test_main", "//test/util:test_util", "//test/util:thread_util", + "@com_google_absl//absl/synchronization", "@com_google_absl//absl/time", ], ) |