cosmopolitan/third_party/zlib
2022-09-18 03:16:14 -07:00
..
gz Unbloat the build 2022-08-11 00:15:29 -07:00
adler32.c Fix important bugs in redbean 2022-09-17 02:18:06 -07:00
adler32simd.c Fold LIBC_BITS into LIBC_INTRIN 2022-08-11 12:13:18 -07:00
compress.c Fix important bugs in redbean 2022-09-17 02:18:06 -07:00
crc32.c Fix important bugs in redbean 2022-09-17 02:18:06 -07:00
crc32concat.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
deflate.c Fix MODE=dbg build 2022-09-18 03:16:14 -07:00
deflate.internal.h Fix important bugs in redbean 2022-09-17 02:18:06 -07:00
infback.c Fix important bugs in redbean 2022-09-17 02:18:06 -07:00
inffast.c Fix MODE=dbg build 2022-09-18 03:16:14 -07:00
inffast.internal.h Fix important bugs in redbean 2022-09-17 02:18:06 -07:00
inffixed.inc Fix important bugs in redbean 2022-09-17 02:18:06 -07:00
inflate.c Fix important bugs in redbean 2022-09-17 02:18:06 -07:00
inflate.internal.h Fix important bugs in redbean 2022-09-17 02:18:06 -07:00
inftrees.c Fix important bugs in redbean 2022-09-17 02:18:06 -07:00
inftrees.internal.h Fix important bugs in redbean 2022-09-17 02:18:06 -07:00
insert_string.internal.h Fix important bugs in redbean 2022-09-17 02:18:06 -07:00
internal.h Fix important bugs in redbean 2022-09-17 02:18:06 -07:00
LICENSE Initial import 2020-06-15 07:18:57 -07:00
macros.internal.h Fix important bugs in redbean 2022-09-17 02:18:06 -07:00
puff.c Revert whitespace fixes to third_party (#501) 2022-07-21 21:46:07 -07:00
puff.h Improve redbean plus code size optimizations 2022-05-29 08:21:19 -07:00
README.cosmo Fix important bugs in redbean 2022-09-17 02:18:06 -07:00
treeconst.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
trees.c Fix MODE=dbg build 2022-09-18 03:16:14 -07:00
trees.inc Fix important bugs in redbean 2022-09-17 02:18:06 -07:00
uncompr.c Initial import 2020-06-15 07:18:57 -07:00
zalloc.c Fix important bugs in redbean 2022-09-17 02:18:06 -07:00
zconf.h Fix important bugs in redbean 2022-09-17 02:18:06 -07:00
zlib.h Fix important bugs in redbean 2022-09-17 02:18:06 -07:00
zlib.mk Fix important bugs in redbean 2022-09-17 02:18:06 -07:00
zutil.c Pay off more technical debt 2022-09-12 23:36:56 -07:00
zutil.internal.h Fix important bugs in redbean 2022-09-17 02:18:06 -07:00

DESCRIPTION

  zlib implements the deflate compression algorithm.

ORIGIN

  https://chromium.googlesource.com/chromium/src/third_party/zlib
  commit 8f22e90f007a7dd466b426513725c13191248315
  Author: Hans Wennborg <hans@chromium.org>
  Date:   Fri Sep 16 16:14:51 2022 +0000

    [zlib][fuzz] Cap the input size for zlib_inflate_with_header_fuzzer
    
    To prevent timeouts when processing large inputs with small chunk sizes.
    
    Bug: 1362206
    Change-Id: Ie21ea48abf85ee49897243857bf84b0f32d24bd5
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3899099
    Reviewed-by: Adenilson Cavalcanti <cavalcantii@chromium.org>
    Auto-Submit: Hans Wennborg <hans@chromium.org>
    Commit-Queue: Adenilson Cavalcanti <cavalcantii@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#1048044}
    NOKEYCHECK=True
    GitOrigin-RevId: fd75b8c2768e7cc3a3e7a06bc563bb03c5ba0ec2

LOCAL CHANGES

  - Changed Trace() calls to use kprintf()
  - We use our own crc32() implementation from LIBC_STR