Closed TingDaoK closed 5 months ago
Issue #, if available:
aws_cbor_decoder_new
aws_byte_cursor
aws_cbor_decoder_release
aws_cbor_decoder_destroy
aws_byte_buf_reserve_smart
Description of changes:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Issue #, if available:
aws_cbor_decoder_new
takesaws_byte_cursor
by value instead of pointeraws_cbor_decoder_release
->aws_cbor_decoder_destroy
aws_byte_buf_reserve_smart
that forgets to check if no expansion needs or not and added test for itDescription of changes:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.