]> git.saurik.com Git - apt.git/commit - apt-pkg/deb/dpkgpm.cc
fix crash in order writing in pkgDPkgPM::WriteApportReport()
authorMichael Vogt <mvo@debian.org>
Tue, 7 Apr 2015 10:20:56 +0000 (12:20 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Tue, 7 Apr 2015 16:30:15 +0000 (18:30 +0200)
commit3af3768e1a0ae8519ac85fbe1eb4494eeb076fa2
treeb5cfd382b349f949fb12b11758e26ae10620f922
parent66c3875df391b1120b43831efcbe88a78569fbfe
fix crash in order writing in pkgDPkgPM::WriteApportReport()

libapt can be configured to write various bits of information to a file
creating a report via apport. This is disabled by default in Debian and
apport residing only in /experimental so far, but Ubuntu and other
derivatives have this (in some versions) enabled by default and there is
no regression potentially here.

The crash is caused by a mismatch of operations vs. strings for
operations, so adding the missing strings for these operations solves
the problem.

[commit message by David Kalnischkies]

LP: #1436626
apt-pkg/deb/dpkgpm.cc