Skip to content

Commit 8e35f0c

Browse files
committed
cmake: bump luzer version
The patch bumps a luzer's version, full list of commits is in [1]. Notable changes are: - Added support LuaCov. - Added support Address and UndefinedBehaviour sanitizers. - Method `oneof()` in FuzzedDataProvider returns an item's index as a second value. - Fixed a memory leak in a Lua-based implementation of `TestOneInput()`. - An initial buffer size in FuzzedDataProvider. 1. ligurio/luzer@82d41c5...3f4eb03 Needed for #135
1 parent 9b870c8 commit 8e35f0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/BuildLuzer.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ endif()
2626

2727
ExternalProject_Add(bundled-luzer
2828
GIT_REPOSITORY https://github.com/ligurio/luzer
29-
GIT_TAG 82d41c5f350296ca351e785a24c914165a0e8033
29+
GIT_TAG 3f4eb03b4ff7596855a0aaf45aa557f61b25ddb2
3030
GIT_PROGRESS TRUE
3131
GIT_SHALLOW FALSE
3232
SOURCE_DIR ${LUZER_DIR}/source

0 commit comments

Comments
 (0)