* apt-pkg/contrib/sha2_internal.cc:
authorDavid Kalnischkies <kalnischkies@gmail.com>
Fri, 20 Apr 2012 07:53:24 +0000 (09:53 +0200)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Fri, 20 Apr 2012 07:53:24 +0000 (09:53 +0200)
commit5149632eb5af0831a8728e8bb5d5c483d6e3f147
tree17212422b57862650249948f4934e2227fce4b83
parent858fd39f6adea6353e9367759cf48ae2b439ffcc
* apt-pkg/contrib/sha2_internal.cc:
  - do not use the input data directly but memcpy it instead as
    it could be unaligned as in the http-transport which causes
    a sigbus error on sparc (Closes: #669061)
apt-pkg/contrib/sha2_internal.cc
debian/changelog