mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 03:27:39 +00:00
d1d4388201
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. |
||
---|---|---|
.. | ||
BUILD.mk | ||
puff.c | ||
puff.h | ||
README.cosmo |
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.