]> git.saurik.com Git - apt.git/commit
reenable patchsize limit option for pdiffs
authorDavid Kalnischkies <david@kalnischkies.de>
Wed, 5 Nov 2014 17:04:29 +0000 (18:04 +0100)
committerDavid Kalnischkies <david@kalnischkies.de>
Sat, 8 Nov 2014 13:26:00 +0000 (14:26 +0100)
commitc355ea30383486e74635cd0248d3b53ed9759c39
tree5d64fa7729e2c87745c0d381ae31cb08052b08f4
parent6628009d8d4458b8ed1c1ba42ee641549c948844
reenable patchsize limit option for pdiffs

One word: "doh!" Commit f6d4ab9ad8a2cfe52737ab620dd252cf8ceec43d
disabled the check to prevent apt from downloading bigger patches
than the index it tries to patch. Happens rarly of course, but still.
Detected by scan-build complaining about a dead assignment.
To make up for the mistake a test is included as well.
apt-pkg/acquire-item.cc
test/integration/test-pdiff-usage