]> git.saurik.com Git - apt.git/commit - apt-pkg/acquire-item.cc
verify hash of input file in rred
authorDavid Kalnischkies <david@kalnischkies.de>
Mon, 25 Jul 2016 22:01:50 +0000 (00:01 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Mon, 25 Jul 2016 22:01:50 +0000 (00:01 +0200)
commit6e71ec6fcdcaa926c98fa58cd4af38e42556df15
tree4e764bac0949b1c340e3ddf5d50a397b4ff47f68
parent8ca481e8419c19b6ef9074b68cc028177a507161
verify hash of input file in rred

We read the entire input file we want to patch anyhow, so we can also
calculate the hash for that file and compare it with what he had
expected it to be.

Note that this isn't really a security improvement as a) the file we
patch is trusted & b) if the input is incorrect, the result will hardly be
matching, so this is just for failing slightly earlier with a more
relevant error message (althrough, in terms of rred its ignored and
complete download attempt instead).
apt-pkg/acquire-item.cc
methods/rred.cc