awslabs / aws-c-common

Core c99 package for AWS SDK for C. Includes cross-platform primitives, configuration, data structures, and error handling.
Apache License 2.0
263 stars 159 forks source link

Avoid overallocating for strings #1099

Closed DmitriyMusatkin closed 8 months ago

DmitriyMusatkin commented 8 months ago

Issue #, if available: https://github.com/awslabs/aws-c-common/issues/776

Description of changes:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

codecov-commenter commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 83.11%. Comparing base (33c1bfb) to head (d36969c).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1099 +/- ## ========================================== + Coverage 83.10% 83.11% +0.01% ========================================== Files 56 56 Lines 5766 5764 -2 ========================================== - Hits 4792 4791 -1 + Misses 974 973 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.