]> granicus.if.org Git - php/commit
Fix bug #73127
authorGrundik <grundik@ololo.cc>
Sat, 18 Feb 2017 02:53:13 +0000 (05:53 +0300)
committerNikita Popov <nikita.ppv@gmail.com>
Fri, 24 Feb 2017 22:20:49 +0000 (23:20 +0100)
commiteac8166bd468a3c7c00b5163f6f86804911b660d
tree58a3ce6ca89bdb3bd5bee78b5a803f1704a6efdf
parent9450e23b3288100c07f2990cd0bce962ca56461b
Fix bug #73127

gost-crypto hash was incorrect if input data contained long 0xFF
sequence, due to a carry-propagation bug.
NEWS
ext/hash/hash_gost.c
ext/hash/tests/bug73127.phpt [new file with mode: 0644]