Date: Mon, 25 Feb 2019 19:07:32 +0000 (UTC) From: Dimitry Andric <dim@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-vendor@freebsd.org Subject: svn commit: r344539 - vendor/compiler-rt/dist-release_80/test/msan/Linux Message-ID: <201902251907.x1PJ7W65040672@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dim Date: Mon Feb 25 19:07:32 2019 New Revision: 344539 URL: https://svnweb.freebsd.org/changeset/base/344539 Log: Vendor import of compiler-rt release_80 branch r354799: https://llvm.org/svn/llvm-project/compiler-rt/branches/release_80@354799 Modified: vendor/compiler-rt/dist-release_80/test/msan/Linux/name_to_handle_at.cc Modified: vendor/compiler-rt/dist-release_80/test/msan/Linux/name_to_handle_at.cc ============================================================================== --- vendor/compiler-rt/dist-release_80/test/msan/Linux/name_to_handle_at.cc Mon Feb 25 19:07:29 2019 (r344538) +++ vendor/compiler-rt/dist-release_80/test/msan/Linux/name_to_handle_at.cc Mon Feb 25 19:07:32 2019 (r344539) @@ -14,7 +14,7 @@ int main(void) { handle->handle_bytes = MAX_HANDLE_SZ; int mount_id; - int res = name_to_handle_at(AT_FDCWD, "/bin/cat", handle, &mount_id, 0); + int res = name_to_handle_at(AT_FDCWD, "/dev/null", handle, &mount_id, 0); assert(!res); __msan_check_mem_is_initialized(&mount_id, sizeof(mount_id)); __msan_check_mem_is_initialized(&handle->handle_bytes,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902251907.x1PJ7W65040672>