From 3e1830447c5b1fb018966586ffbd3db080460f5b Mon Sep 17 00:00:00 2001 From: Lev Kats <lev-katz@mail.ru> Date: Fri, 12 Jul 2024 18:09:08 +0300 Subject: [PATCH] small: bump new version with UBSan fixes This patch bumped small to the new version that does not trigger UBSan with *_entry* macros and should support new oss-fuzz builder. New commits: * rlist: make its methods accept const arguments * lsregion: introduce lsregion_to_iovec method * rlist: make foreach_enrty_* macros not to use UB Fixes: #10143 NO_DOC=small submodule bump NO_TEST=small submodule bump NO_CHANGELOG=small submodule bump --- src/lib/small | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/small b/src/lib/small index c134e166e5..0d62a4f06d 160000 --- a/src/lib/small +++ b/src/lib/small @@ -1 +1 @@ -Subproject commit c134e166e5603e7302e904d8969bbdbd7de225dc +Subproject commit 0d62a4f06db862edae4f649328248d1b021a625e -- GitLab