1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-13 14:36:08 +02:00
git/ewah
Jeff King 08c95df8fa ewah: convert to REALLOC_ARRAY, etc
Now that we're built around xmalloc and friends, we can use
helpers like REALLOC_ARRAY, ALLOC_GROW, and so on to make
the code shorter and protect against integer overflow.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2016-02-22 14:51:09 -08:00
..
bitmap.c ewah: convert to REALLOC_ARRAY, etc 2016-02-22 14:51:09 -08:00
ewah_bitmap.c ewah: convert to REALLOC_ARRAY, etc 2016-02-22 14:51:09 -08:00
ewah_io.c ewah: convert to REALLOC_ARRAY, etc 2016-02-22 14:51:09 -08:00
ewah_rlw.c ewah: compressed bitmap implementation 2013-12-30 12:17:20 -08:00
ewok.h convert ewah/bitmap code to use xmalloc 2016-02-22 14:51:09 -08:00
ewok_rlw.h ewah: compressed bitmap implementation 2013-12-30 12:17:20 -08:00