Project 'picodata/tarantool' was moved to 'core/tarantool'. Please update any links and bookmarks that may still have the old path.
test/fuzz: fix xrow_header_decode_fuzzer
On 2.10 branch xrow_header_decode_fuzzer fails with segmentation fault in diag.c:diag_get() due to a missed fiber structure. This happens in 2.10 only because commit 508138b7 ("fiber: initialize thread-local cord on demand") was not backported to 2.10. The patch adds initialization of fiber like we do in unit tests and thus fixes segmentation fault. NO_CHANGELOG=testing NO_DOC=testing
Please register or sign in to comment