]> git.saurik.com Git - apt.git/commit
deal with empty values properly in deb822 parser
authorDavid Kalnischkies <david@kalnischkies.de>
Sun, 27 Dec 2015 20:52:01 +0000 (21:52 +0100)
committerDavid Kalnischkies <david@kalnischkies.de>
Sun, 27 Dec 2015 20:52:01 +0000 (21:52 +0100)
commitc72f5c4fb4b1d496a9bbdb421f25e986f0cba9bf
treeb17bb61d7a8e3deb9dfa9d29f280410a35ab39ee
parentc3c3bd043b262dd5544594abd5e5bd4377a679d6
deal with empty values properly in deb822 parser

Regression introduced in 8710a36a01c0cb1648926792c2ad05185535558e,
but such fields are unlikely in practice as it is just as simple to not
have a field at all with the same result of not having a value.

Closes: 808102
apt-pkg/tagfile.cc
test/libapt/tagfile_test.cc