Skip to content

Commit

Permalink
fix(movement-celestia-da-util): zstd bomb
Browse files Browse the repository at this point in the history
Use streamed decompression API to avoid potentially huge allocations
for blob data decompressed from zstd. The bcs decoder enforces the
length limit of 2^31 - 1 on byte arrays.
  • Loading branch information
mzabaluev committed Dec 10, 2024
1 parent 78cc0e7 commit 16ea004
Show file tree
Hide file tree
Showing 4 changed files with 233 additions and 233 deletions.
Loading

0 comments on commit 16ea004

Please sign in to comment.