commit | f569ca699e089ef122d1f2045cafaad3de400c7c | [log] [tgz] |
---|---|---|
author | Kangping Dong <wgtdkp@google.com> | Thu May 30 20:36:06 2019 +0800 |
committer | Kangping Dong <wgtdkp@google.com> | Thu May 30 20:36:06 2019 +0800 |
tree | 64718cc7f637ad309481a5b5146854158be9c8fe | |
parent | 5e29f0e2d9459897ea2d47c33621f6d62a94dd45 [diff] |
gix bug: cbor-get switch fall through
diff --git a/src/cn-get.c b/src/cn-get.c index b704cf3..4b2ee13 100644 --- a/src/cn-get.c +++ b/src/cn-get.c
@@ -16,6 +16,7 @@ if (cp->v.uint == (unsigned long)key) { return cp->next; } + break; case CN_CBOR_INT: if (cp->v.sint == (long)key) { return cp->next;