]> git.ipfire.org Git - thirdparty/git.git/commit
sha1dc: update from upstream
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Mon, 13 May 2019 22:17:01 +0000 (00:17 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 14 May 2019 07:45:01 +0000 (16:45 +0900)
commit4125f78222749cb8fc91115abec3ac83e5dfb194
tree8a2bdbd7282a13b46ee01a78be977b95880511b3
parent07a20f569b4b1690e717eaac0954007a8edfbfc2
sha1dc: update from upstream

Update sha1dc from the latest version by the upstream
maintainer[1]. See 07a20f569b ("Makefile: fix unaligned loads in
sha1dc with UBSan", 2019-03-12) for the last update.

This fixes an issue where HP-UX IA64 was wrongly detected as a
Little-endian instead of a Big-endian system, see [2] and [3].

1. https://github.com/cr-marcstevens/sha1collisiondetection/commit/855827c583bc30645ba427885caa40c5b81764d2
2. https://public-inbox.org/git/603989bd-f86d-c61d-c6f5-fb6748a65ba9@siemens.com/
3. https://github.com/cr-marcstevens/sha1collisiondetection/pull/50

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
sha1collisiondetection
sha1dc/sha1.c