Bug#364513: apt: Buffer overflow in pkgDPkgPM::Go.

2006-04-24 Thread Michael Vogt
On Mon, Apr 24, 2006 at 12:29:10AM +0200, Martin Dickopp wrote: > Package: apt > Version: 0.6.43.3 > Severity: normal > Tags: patch [..] Thanks for your bugreport and your patch. I have applied it to my bzr branch and it will be part of the next upload. Cheers, Michael > -- System Information

Bug#364513: apt: Buffer overflow in pkgDPkgPM::Go.

2006-04-23 Thread Martin Dickopp
Package: apt Version: 0.6.43.3 Severity: normal Tags: patch Hello, The method pkgDPkgPM::Go in apt-pkg/deb/dpkgpm.cc contains the following code: char* list[4]; TokSplitString(':', line, list, 5); Since the last argument to TokSplitString is the number of elements in the list, the code can