vinaymjoshi

Results 1 comments of vinaymjoshi

@c-rack , from client side it can be mitigated by setting a definite value in setMaxPreallocationSize : `try { val decoder = CborDecoder(ByteArrayInputStream(this)) decoder.setMaxPreallocationSize(1024) return decoder.decode() } catch (e: CborException)...