]> sourceware.org Git - systemtap.git/commit
PR11282: Keep the md4 state in the hash copy constructor
authorJosh Stone <jistone@redhat.com>
Tue, 16 Feb 2010 05:21:02 +0000 (21:21 -0800)
committerJosh Stone <jistone@redhat.com>
Tue, 16 Feb 2010 23:55:01 +0000 (15:55 -0800)
commit4fa8e6497405fd4f121a3eee0c6d772aaeeef6d8
treeb36ce6ee5258dab7efee4d8c5d4f5c1572e3b795
parent2a818a16b0c371977303e464bfc75ad8814a9c7a
PR11282: Keep the md4 state in the hash copy constructor

We were getting new hash collisions, because the new hash copy
constructor was restarting the md4 computation.  Everything from
get_base_hash was thus lost.

* hash.h (hash::hash): Keep the md4 state when copying.
hash.h
This page took 0.02536 seconds and 5 git commands to generate.