chore(deps): update rust crate librtmp2 to v0.8.1 - abandoned - #223
renovate[bot] wants to merge 2 commits into
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Autoclosing SkippedThis PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error. |
|



This PR contains the following updates:
0.8.0→0.8.1Release Notes
OpenRTMP/librtmp2 (librtmp2)
v0.8.1Compare Source
Security
budget on both sides: the client no longer lets aggregate/multitrack
messages dispatch past
MAX_MESSAGES_PER_POLL, and the server decrementsthe budget per multitrack sub-track;
pending_cache_evictionsis nowcapped and publish renames are rejected once the limit is reached.
max_connections_reached()now counts pending RTMPS handshakes togetherwith active connections, closing a bypass where an attacker could fill
the configured
max_connectionscap with stalled TLS handshakes and thenopen additional plaintext sessions up to roughly double the intended
limit.
teardown or
createStreamunless media actually flowed (sent, received,or injected), closing a way to squat a stream slot indefinitely across
repeated teardown/
createStreamcycles.on_media_cbauthorization now charges the per-recv messagebudget for sub-tracks after the first and rejects over-budget containers
with
Protocol, restricted to connections that actually register anon_media_cbcallback (the frame-callback path enforces its own budgetseparately).
individually against the per-recv message budget, and zero-length
sub-tags are rejected, closing a CPU-amplification gap left by the
aggregate budgeting added in
0.8.0.Fixed
chunk reassembly keeps draining a message when a fragment is already
buffered instead of stalling, E-RTMP audio FourCCs are mapped instead of
dropped, and AMF decoding rewinds correctly after a failed
connect-capabilities read instead of skipping the type byte twice.
Changed
session/conn.rs, the client, and the server module (internal refactor,no behavior change).
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.