awslabs / mls-rs

An implementation of Messaging Layer Security (RFC 9420)
Apache License 2.0
99 stars 19 forks source link

Fix bug where client crashes if it has a pending commit and processes a commit removing it #201

Closed mulmarta closed 2 weeks ago

mulmarta commented 2 weeks ago

The added test is failing in main with "attempt to subtract with overflow"

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

codecov-commenter commented 2 weeks ago

Codecov Report

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

Project coverage is 90.16%. Comparing base (2e25a20) to head (22c0ac9).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #201 +/- ## ======================================= Coverage 90.16% 90.16% ======================================= Files 175 175 Lines 31408 31408 ======================================= Hits 28320 28320 Misses 3088 3088 ```

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