]> git.saurik.com Git - apt.git/commit
update: Check if the cache could be opened, don't just assume it
authorJulian Andres Klode <jak@debian.org>
Sat, 15 Aug 2015 08:44:57 +0000 (10:44 +0200)
committerJulian Andres Klode <jak@debian.org>
Sat, 15 Aug 2015 08:46:34 +0000 (10:46 +0200)
commit7a139fa8bf2c18da54b5837c9290ba5b77e9c629
treee06d04c511cdd2f30104bf3c20fc8897b44011b8
parent7f97aa748270231d63b6419a271ba74029eebcd3
update: Check if the cache could be opened, don't just assume it

This seems to cause Bug#756162, as in that case the depcache
was NULL.

I'm not entirely sure how that happens, but it's better to
be check here rather then crash later on.

Closes: #756162
apt-private/private-update.cc