On 15/06/18 04:32, Jeff King wrote: > We don't call this function, and never have. The on-disk > bitmap format uses network-byte-order integers, meaning that > we cannot use the native-byte-order format written here. > > Let's drop it in the name of simplicity. Hmm, if you are in the mood to drop ewah dead code, how about: ewah/bitmap.o - bitmap_clear ewah/bitmap.o - bitmap_each_bit ewah/ewah_bitmap.o - ewah_and ewah/ewah_bitmap.o - ewah_and_not ewah/ewah_bitmap.o - ewah_not ewah/ewah_bitmap.o - ewah_or ... in addition to these *(de)serialize* functions. ;-) ATB, Ramsay Jones
- security: potential out-of-bound read at ewah_io.c |ewah_re... Luat Nguyen
- Re: security: potential out-of-bound read at ewah_io.c... Jeff King
- [PATCH 1/3] ewah_read_mmap: bounds-check mmap read... Jeff King
- Re: [PATCH 1/3] ewah_read_mmap: bounds-check m... SZEDER Gábor
- [PATCH 2/3] ewah: drop ewah_deserialize function Jeff King
- [PATCH 3/3] ewah: drop ewah_serialize_native funct... Jeff King
- Re: [PATCH 3/3] ewah: drop ewah_serialize_nati... Ramsay Jones
- Re: [PATCH 3/3] ewah: drop ewah_serialize_... Ramsay Jones
- [PATCH 0/8] Delete unused methods in ... Derrick Stolee
- [PATCH 4/8] ewah_bitmap: delete u... Derrick Stolee
- [PATCH 1/8] ewah/bitmap.c: delete... Derrick Stolee
- Re: [PATCH 1/8] ewah/bitmap.c... Ramsay Jones
- Re: [PATCH 1/8] ewah/bitmap.c... Derrick Stolee
- [PATCH 2/8] ewah/bitmap.c: delete... Derrick Stolee
- Re: [PATCH 2/8] ewah/bitmap.c... Ramsay Jones
- [PATCH 6/8] ewah_bitmap: delete u... Derrick Stolee
- [PATCH 8/8] ewah_io: delete unuse... Derrick Stolee