summaryrefslogtreecommitdiff
path: root/builtin/receive-pack.c
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2015-12-29 06:36:00 (GMT)
committerJunio C Hamano <gitster@pobox.com>2016-01-04 17:51:33 (GMT)
commita0df2e5a7efe90e932af66e70ba6c863a5826833 (patch)
tree02b8f24be01127a96e3f1ba20f269d54e773ff10 /builtin/receive-pack.c
parent9a93c6686f56086fe5280a85513041bbfebf41d0 (diff)
downloadgit-a0df2e5a7efe90e932af66e70ba6c863a5826833.zip
git-a0df2e5a7efe90e932af66e70ba6c863a5826833.tar.gz
git-a0df2e5a7efe90e932af66e70ba6c863a5826833.tar.bz2
bswap: add NO_UNALIGNED_LOADS define
The byte-swapping code automatically decides, based on the platform, whether it is sensible to cast and do a potentially unaligned ntohl(), or to pick individual bytes out of an array. It can be handy to override this decision, though, when turning on compiler flags that will complain about unaligned loads (such as -fsanitize=undefined). This patch adds a macro check to make this possible. There's no nice Makefile knob here; this is for prodding at Git's internals, and anybody using it can set "-DNO_UNALIGNED_LOADS" in the same place they are setting up "-fsanitize". Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/receive-pack.c')
0 files changed, 0 insertions, 0 deletions