]> git.saurik.com Git - apt.git/commit - apt-inst/deb/debfile.cc
apt-inst: Do not try to create a substring of an empty string in error reporting
authorJulian Andres Klode <jak@debian.org>
Mon, 17 Mar 2014 12:43:12 +0000 (13:43 +0100)
committerJulian Andres Klode <jak@debian.org>
Mon, 17 Mar 2014 12:45:52 +0000 (13:45 +0100)
commitb68ce88357daf362e60d7f8f131041289c8db690
treecf62f2b6e7e62ed118a78b3eb3adf7c4bebd95f9
parent384c9b0d4f69aac57da8298c4252499d1f7a83ca
apt-inst: Do not try to create a substring of an empty string in error reporting

One of our compressors (the empty one) has an empty extension. Calling substr
on it fails.
apt-inst/deb/debfile.cc