From 9c198e5df4216feb5ebbf144e3b616888dfe3c27 Mon Sep 17 00:00:00 2001 From: Rahat Mahmood Date: Mon, 7 Dec 2020 17:58:56 -0800 Subject: Fix error handling on fusefs mount. Don't propagate arbitrary golang errors up from fusefs because errors that don't map to an errno result in a sentry panic. Reported-by: syzbot+697cb635346e456fddfc@syzkaller.appspotmail.com PiperOrigin-RevId: 346220306 --- test/fuse/linux/BUILD | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'test/fuse/linux/BUILD') diff --git a/test/fuse/linux/BUILD b/test/fuse/linux/BUILD index 7673252ec..d1fb178e8 100644 --- a/test/fuse/linux/BUILD +++ b/test/fuse/linux/BUILD @@ -228,3 +228,15 @@ cc_binary( "//test/util:test_util", ], ) + +cc_binary( + name = "mount_test", + testonly = 1, + srcs = ["mount_test.cc"], + deps = [ + gtest, + "//test/util:temp_path", + "//test/util:test_main", + "//test/util:test_util", + ], +) -- cgit v1.2.3