diff options
| author | Dan Engelbrecht <[email protected]> | 2026-02-18 08:54:05 +0100 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2026-02-18 08:54:05 +0100 |
| commit | b55fdf7c1dfe6d3e52b08a160a77472ec1480cf7 (patch) | |
| tree | 914eff5b2df85896b61f77c61e3fd6eef738de46 /CHANGELOG.md | |
| parent | add http server root password protection (#757) (diff) | |
| download | zen-b55fdf7c1dfe6d3e52b08a160a77472ec1480cf7.tar.xz zen-b55fdf7c1dfe6d3e52b08a160a77472ec1480cf7.zip | |
convert ZEN_ASSERTs to exception to handle corrupt data gracefully (#760)
* convert ZEN_ASSERTs to exception to handle corrupt data gracefully
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c2fe710a9..16a6b7fb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ - Improvement: Reduced time project and project oplogs are locked during GC and Validation - Improvement: `zen` now supports additional configuration of logging options, such as `--log-warn=...` for configuring log levels, etc (see `zen --help`) +- Bugfix: If a corrupted block (or partial block) is downloaded, handle it gracefully and end the download instead of causing an assert ## 5.7.20 - Improvement: When validating cache records read from disk we now do a limited validation of the payload to reduce overhead |