commit | bfbf494cec9f74174830d3bc157873c16597000c | [log] [tgz] |
---|---|---|
author | Laurence Lundblade <lgl@securitytheory.com> | Wed Sep 16 23:31:00 2020 -0700 |
committer | Laurence Lundblade <lgl@securitytheory.com> | Wed Sep 16 23:31:00 2020 -0700 |
tree | 23e63bc2e420561caa83774d8517608d31f9c891 | |
parent | d00828c01267696251e3a787914242e207def53d [diff] [blame] |
Clean up some comments; small rearrangement for max decoder input
diff --git a/inc/qcbor/UsefulBuf.h b/inc/qcbor/UsefulBuf.h index 41a7b56..2c74f88 100644 --- a/inc/qcbor/UsefulBuf.h +++ b/inc/qcbor/UsefulBuf.h
@@ -1969,7 +1969,7 @@ return 0; } - // subtraction can't go neative because of check above + // subtraction can't go negative because of check above return pMe->UB.len - pMe->cursor; }