Bugfix: Fix integer overflow when reading CBOR integer
Fixes a bug in CBOR decoder where reading large integers can cause integer overflow on bitwise shift due to insufficient size of temporary value.
Self sign-up has been disabled due to increased spam activity. If you want to get access, please send an email to a project owner (preferred) or at gitlab(at)nic(dot)cz. We apologize for the inconvenience.
Fixes a bug in CBOR decoder where reading large integers can cause integer overflow on bitwise shift due to insufficient size of temporary value.