aports/community/tinycbor/recursion.patch
2025-08-04 13:00:39 +02:00

12 lines
299 B
Diff

--- a/tests/parser/parser.pro
+++ b/tests/parser/parser.pro
@@ -2,7 +2,7 @@
CONFIG += testcase parallel_test c++11
QT = core testlib
-DEFINES += CBOR_PARSER_MAX_RECURSIONS=16
+DEFINES += CBOR_PARSER_MAX_RECURSIONS=1024
INCLUDEPATH += ../../src
msvc: POST_TARGETDEPS = ../../lib/tinycbor.lib