You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: similar to #257, CBOR parser should have special handling for case of trying to construct BigInteger from 0-length byte array. Seems reasonable to just construct BigInteger.ZERO for such case.
The text was updated successfully, but these errors were encountered:
(from https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=32250)
Note: similar to #257, CBOR parser should have special handling for case of trying to construct
BigInteger
from 0-length byte array. Seems reasonable to just constructBigInteger.ZERO
for such case.The text was updated successfully, but these errors were encountered: