]> git.ipfire.org Git - thirdparty/ccache.git/commit
Don’t finalize hash buffer state in the unify mode code
authorJoel Rosdahl <joel@rosdahl.net>
Wed, 10 Apr 2019 20:19:32 +0000 (22:19 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 10 Apr 2019 20:19:32 +0000 (22:19 +0200)
commit138a9d91e44a53a6add43c0786988c91a6c2510b
treee7805a61d31bebcc6c3becb91c6b6fd98586220e
parent32ca5c138a041da2ec799659d4a0cc16e3378606
Don’t finalize hash buffer state in the unify mode code

The hash state needs to stay unfinalized since more bytes are fed into
it later.

Related to issue #374.
src/unify.c