This is an automated email from the ASF dual-hosted git repository.
martin-g pushed a change to branch 04-block-message-count-unbounded
in repository https://gitbox.apache.org/repos/asf/avro-rs.git
discard debb80f fix: OCF block message count unbounded with
zero-byte-consuming decode
omit 48d1fbc Introduce Config::recurse()
omit 2ec273e pub(crate) to pub, for recursion_depth
omit 837814b Improve docs and comments
omit 6c63e1d fix: No recursion depth limit in decode_internal /
resolve_internal / serde deserializer
omit ae46ede Optimize imports
omit 11013a3 Do not check the size of Fixed schema while parsing
omit be4d0f4 fix: Fixed-schema decode allocates attacker-chosen size with
no budget check
omit 5a7bb4a Assert the expected error
omit b03f749 Rename DecodeContext::debit() to debit_bytes()
omit 90e7ef4 Update docs and comments
omit 9b78b1c Inline the instantiation of DecodeContext as a parameter
omit dbd591c fix: Nested collections multiply the 512MB allocation budget
arbitrarily
add 496a85d fix: Nested collections multiply the 512MB allocation budget
arbitrarily (#639)
add 03e3785 fix: Fixed-schema decode allocates attacker-chosen size with
no budget check (#640)
add a439ee7 fix: No recursion depth limit in decode_internal /
resolve_internal / serde deserializer (#642)
add 799bd1a fix: OCF block message count unbounded with
zero-byte-consuming decode
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (debb80f)
\
N -- N -- N refs/heads/04-block-message-count-unbounded (799bd1a)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes: