From 3ad8bd85578146f1bb0ce61912b6d6e9991a43c7 Mon Sep 17 00:00:00 2001 From: Aapo Alasuutari Date: Wed, 29 Jun 2022 18:00:29 +0300 Subject: fix(ext/ffi): Empty buffers error with index out of bounds on FFI (#14997) --- test_ffi/tests/integration_tests.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test_ffi/tests/integration_tests.rs') diff --git a/test_ffi/tests/integration_tests.rs b/test_ffi/tests/integration_tests.rs index 35f37aa14..5ca430f43 100644 --- a/test_ffi/tests/integration_tests.rs +++ b/test_ffi/tests/integration_tests.rs @@ -56,6 +56,8 @@ fn basic() { false\n\ true\n\ false\n\ + false\n\ + false\n\ 579\n\ true\n\ 579\n\ -- cgit v1.2.3