cosmopolitan/third_party/puff
Justine Tunney d1d4388201
Delete ASAN
It hasn't been helpful enough to be justify the maintenance burden. What
actually does help is mprotect(), kprintf(), --ftrace and --strace which
can always be counted upon to work correctly. We aren't losing much with
this change. Support for ASAN on AARCH64 was never implemented. Applying
ASAN to the core libc runtimes was disabled many months ago. If there is
some way to have an ASAN runtime for user programs that is less invasive
we can potentially consider reintroducing support. But now is premature.
2024-06-22 05:45:49 -07:00
..
BUILD.mk Delete ASAN 2024-06-22 05:45:49 -07:00
puff.c Release Cosmopolitan v3.3 2024-02-20 13:27:59 -08:00
puff.h Reduce header complexity 2023-11-28 14:39:42 -08:00
README.cosmo Improve cosmocc toolchain 2023-03-05 23:52:49 -08:00

DESCRIPTION

  puff is a tiny implementation of deflate decompression

LICENSE

  zlib license

ORIGIN

  Origin: git@github.com:madler/zlib.git
  Commit: 03614c56ad299f9b238c75aa1e66f0c08fc4fc8b
  Author: Mark Adler <madler@alumni.caltech.edu>
  Date:   Sun Oct 30 08:36:13 2016 -0700

LOCAL CHANGES

  None.