Skip to content

v0.37.3

Choose a tag to compare

@hegel-release hegel-release released this 07 Sep 20:58
· 49 commits to main since this release
Immutable release. Only release title and notes can be modified.

This release updates the hegeltest-c dependency to 0.37.3.

libhegel C ABI

This patch bounds zlib decompression when decoding a failure blob. A corrupt or hostile reproduce_failure blob could previously force an arbitrarily large allocation. Decoding now rejects payloads that inflate past 16 MiB, and the encoder falls back to the uncompressed encoding for anything that large, so every blob it emits still decodes.