]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Allocate gzlib/gzread/gzwrite structs and in/out buffers using zng_alloc
authorHans Kristian Rosbach <hk-git@circlestorm.org>
Sat, 12 Sep 2020 21:18:13 +0000 (23:18 +0200)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Mon, 14 Sep 2020 10:04:30 +0000 (12:04 +0200)
commita14ec1a53ad28277641b1dec5fe8f4a5568fb040
tree50ec1d04c9ec9304dacbdf1d57b8843a4f94ae86
parent2cc497634714cb1a4c1e4b9fcdcb366f4e41fd6a
Allocate gzlib/gzread/gzwrite structs and in/out buffers using zng_alloc
instead of malloc, this also enforces data alignment.
gzlib.c
gzread.c
gzwrite.c