]> git.saurik.com Git - apt.git/commit
pkgTagSection::Scan: Fix read of uninitialized value
authorJulian Andres Klode <jak@debian.org>
Tue, 29 Dec 2015 13:37:14 +0000 (14:37 +0100)
committerJulian Andres Klode <jak@debian.org>
Tue, 29 Dec 2015 13:37:14 +0000 (14:37 +0100)
commit67c90775b650efe89d7d784cf913526cc3b63d07
tree7800e6cbfee18fab820581e6bd4b7c99c0d05aa7
parent390344f9e754e9875d316d0cba192aac113240b1
pkgTagSection::Scan: Fix read of uninitialized value

We ignored the boundary of the buffer we were reading in
while scanning for spaces.
apt-pkg/tagfile.cc