]> git.saurik.com Git - apt.git/commit
fix progress-segfault in case of dpkg errors/prompts
authorDavid Kalnischkies <kalnischkies@gmail.com>
Sun, 13 Oct 2013 17:33:09 +0000 (19:33 +0200)
committerMichael Vogt <mvo@debian.org>
Mon, 14 Oct 2013 13:04:29 +0000 (15:04 +0200)
commit7794a6880e74446075d9cae19525829ada5b0d91
treea43eb96d337a4fbd5dab066f34497409d134b3ef
parent3eb5fb766d5faa117ab82b93b0e909011af860e1
fix progress-segfault in case of dpkg errors/prompts

Errors and conffile prompts have a fourth information piece,
which the "old" code access which isn't provided by the "new" one.

This isn't checking if the messages are really well-formed,
so it could still segfault on misformed messages, but this code
needs more work anyway, so one step at a time.

Closes: 726047
apt-pkg/deb/dpkgpm.cc