Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2019-09-05 20:38:04 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2019-09-05 20:38:04 +0300
commit3960a4c216e71896e1948c89d7150c5ee8b3ab44 (patch)
treebbbce57bcd81f5a53a222c04d54c7124ae9d937d /test
parent9e7725c6c92695abbf0689e098cef5ad673b1400 (diff)
Fix LLFIO to use latest upstream signal_guard. Fix segfault in mapped unit test.
Diffstat (limited to 'test')
m---------test/kerneltest0
-rw-r--r--test/tests/mapped.cpp1
2 files changed, 1 insertions, 0 deletions
diff --git a/test/kerneltest b/test/kerneltest
-Subproject 241623df1ffbbd043d6cc8fd9c4a84df1a8613e
+Subproject 1b51b13679f0bf868ccb0896595cb367f55c2d2
diff --git a/test/tests/mapped.cpp b/test/tests/mapped.cpp
index 88fd1f38..d865f71d 100644
--- a/test/tests/mapped.cpp
+++ b/test/tests/mapped.cpp
@@ -142,6 +142,7 @@ static inline void TestMappedView2()
BOOST_CHECK(v1[0] == 78);
BOOST_CHECK(v1[9999] == 0);
+ v1 = {};
mfh.truncate(0).value();
BOOST_CHECK(mfh.address() == nullptr);
}