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 11, 2024
1 parent d0b3d49 commit 33a561f
Show file tree
Hide file tree
Showing 4 changed files with 242 additions and 259 deletions.
Loading

0 comments on commit 33a561f

Please sign in to comment.