We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc4b37e commit 8ef72efCopy full SHA for 8ef72ef
tests/lapi/string_pack_test.lua
@@ -20,7 +20,7 @@ end
20
local function TestOneInput(buf, _size)
21
local fdp = luzer.FuzzedDataProvider(buf)
22
os.setlocale(test_lib.random_locale(fdp), "all")
23
- local fmt_str = fdp:consume_string(0, test_lib.MAX_INT)
+ local fmt_str = fdp:consume_string(test_lib.MAX_STR_LEN)
24
if fdp:remaining_bytes() == 0 then
25
return -1
26
end
0 commit comments