]> git.saurik.com Git - apt.git/commit
get group again after potential remap in Source: parse
authorDavid Kalnischkies <kalnischkies@gmail.com>
Sun, 6 Mar 2016 13:44:06 +0000 (14:44 +0100)
committerDavid Kalnischkies <david@kalnischkies.de>
Sun, 6 Mar 2016 14:00:33 +0000 (15:00 +0100)
commit06a8e0dcb37796136be983b247c5d1bbfdf47a2e
treed86c4728aa9ab8da59b317c926c9c667aea1f049
parent9e7f83533665c03b52dff5809e7ebd93928ea445
get group again after potential remap in Source: parse

Mysteriously segfaults only on i386 for me, but at least one reporter
had the same behavior and it makes sense that this is the problem as the
parsing of Source: was fixed in 1.2.2 – before the not remapped group
was not used.

We don't use our usual Dynamic<> trick here as we don't have it in the
parser. Its a bit of a layer violation to do this parsing here, but its
how it is always was…

Until next time with this lovely kind of problem.

Closes: 812251
Thanks: Francesco Poli and Marc Haber for testdata.
apt-pkg/deb/deblistparser.cc