diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-12-18 21:48:57 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-12-19 00:02:49 +0100 |
commit | 0c5028faea7e5c08c920f8ea31f02e7923b8c2d8 (patch) | |
tree | eb48ffdc6c937bed19a81091dcd5d4cfad1e86b8 /ChangeLog | |
parent | 37dd969c2eff527e21e2d277b3f4433111a0ca9e (diff) | |
download | guix-0c5028faea7e5c08c920f8ea31f02e7923b8c2d8.tar guix-0c5028faea7e5c08c920f8ea31f02e7923b8c2d8.tar.gz |
daemon: Fix 'HashSink::currentHash()'.
Before that, calls to 'HashSink::currentHash()' would eventually lead to
a segfault because the underlying gcrypt handle has been closed. (Note
that this method is only used via 'importPaths' and 'exportPath', though.)
* nix/libutil/gcrypt-hash.hh (struct guix_hash_context): Add a
constructor and a copy constructor; move out of 'extern "C"'.
* nix/libutil/gcrypt-hash.cc (guix_hash_final): Clear 'md_handle' upon
exit.
* nix/sync-with-upstream (top_srcdir): Change hash.{cc,hh} to read
'struct Ctx' instead of 'union Ctx'.
Diffstat (limited to 'ChangeLog')
0 files changed, 0 insertions, 0 deletions