Zlib Critical Vulnerability

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
  1. zip-ada

    Zip-Ada: a standalone, portable pure Ada library for .zip archives. Includes LZMA and BZip2 byte stream encoder & decoder pairs.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. ZLib

    A massively spiffy yet delicately unobtrusive compression library.

    These appears to be the relevant changes:

    2022-07-30: https://github.com/madler/zlib/commit/eff308af425b67093bab25...

    2022-08-08: https://github.com/madler/zlib/commit/1eb7682f845ac9e9bf9ae3...

    The second commit definitely fixed a null pointer dereference, I am not sure if the CVE is referencing something else that was fixed by the first commit.

  4. zlib-ng

    zlib replacement with optimizations for "next generation" systems.

    Zlib-ng doesn't contain the same code, but it appears that their equivalent inflate() when used with their inflateGetHeader() implementation was affected by a similar problem: https://github.com/zlib-ng/zlib-ng/pull/1328

    Also similarly, most client code will be unaffected because `state->head` will be NULL, because they (most client code) won't have used inflateGetHeader() at all.

  5. hardsqlite

    Work on hardened sqlite (see link for build instructions)

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • zlib-ng: zlib replacement with optimizations for "next generation" systems

    2 projects | news.ycombinator.com | 16 Mar 2025
  • Discord Reduced WebSocket Traffic by 40%

    2 projects | news.ycombinator.com | 20 Sep 2024
  • Show HN: Pzip- blazing fast concurrent zip archiver and extractor

    2 projects | news.ycombinator.com | 24 Sep 2023
  • Introducing zune-inflate: The fastest Rust implementation of gzip/Zlib/DEFLATE

    2 projects | /r/rust | 11 Feb 2023
  • Computing Adler32 Checksums at 41 GB/s

    2 projects | news.ycombinator.com | 4 Aug 2022

Did you know that C is
the 6th most popular programming language
based on number of references?