]> git.ipfire.org Git - thirdparty/zstd.git/commit
minor: use MEM_writeLE24()
authorYann Collet <cyan@fb.com>
Fri, 20 Dec 2024 00:11:46 +0000 (16:11 -0800)
committerYann Collet <cyan@fb.com>
Fri, 20 Dec 2024 18:37:01 +0000 (10:37 -0800)
commit522adc34eb83c9145dfe1be36412eefa642413e1
tree79afeae0c7d3a3ceaaa8d9bcbb9e03968b7533c6
parentb7a9e69d8dc8b61be9d341a4e7a56350fb1e545e
minor: use MEM_writeLE24()

so that an empty frame needs only 3 bytes of dstCapacity.
lib/compress/zstd_compress.c