From ebafd68409ef6a9ac9c7fd1ef47a308f24136c1d Mon Sep 17 00:00:00 2001
From: Nikolay Shirokovskiy <nshirokovskiy@tarantool.org>
Date: Tue, 17 Oct 2023 17:56:01 +0300
Subject: [PATCH] small: bump version

New commits:

- ibuf: change ibuf_consume_before argument type to const void ptr
- ibuf: introduce ibuf_consume/ibuf_consume_before API
- matras: fix matras_view::block_count overflow
- slab: fix uint32_t overflow in slab_capacity
- debug: add assertions of ASAN version to non ASAN
- ibuf: add ibuf_discard
- slab: fix NULL ptr deref in assertion in slab_get

NO_TEST=submodule bump
NO_CHANGELOG=submodule bump
NO_DOC=submodule bump
---
 src/lib/small | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/small b/src/lib/small
index 18cc6b7383..cdc066a9ee 160000
--- a/src/lib/small
+++ b/src/lib/small
@@ -1 +1 @@
-Subproject commit 18cc6b7383a22e1076e4bb7d46b59c4792315c89
+Subproject commit cdc066a9eebb62eb6ae7dadff05a891903c9d90b
-- 
GitLab