commit | 7ee9de9fadb1df71b813ef323e741f00c5f46f3a | [log] [tgz] |
---|---|---|
author | Laurence Lundblade <lgl@securitytheory.com> | Sun May 15 17:58:50 2022 -0700 |
committer | Laurence Lundblade <lgl@securitytheory.com> | Sun May 15 17:58:50 2022 -0700 |
tree | 4c428ba63971b2facacc6e641b052132f487a6d2 | |
parent | beb02a0492e1e8ba763034178ccb8806fab82ffe [diff] | |
parent | a875850378dee3db340bed9b4072c1aa931c4401 [diff] |
Merge branch 'master' into guard-fix
diff --git a/test/qcbor_decode_tests.c b/test/qcbor_decode_tests.c index edb0861..e0d8202 100644 --- a/test/qcbor_decode_tests.c +++ b/test/qcbor_decode_tests.c
@@ -6050,6 +6050,8 @@ return 0; } +#ifndef QCBOR_DISABLE_INDEFINITE_LENGTH_STRINGS + int32_t CBORTestIssue134() { QCBORDecodeContext DCtx; @@ -6073,6 +6075,8 @@ return uCBORError; } +#endif /* QCBOR_DISABLE_INDEFINITE_LENGTH_STRINGS */ + int32_t CBORSequenceDecodeTests(void) { QCBORDecodeContext DCtx;