]> git.saurik.com Git - apt.git/commit
use a dynamic buffer for ReadLine
authorDavid Kalnischkies <david@kalnischkies.de>
Wed, 23 Dec 2015 16:16:13 +0000 (17:16 +0100)
committerDavid Kalnischkies <david@kalnischkies.de>
Wed, 23 Dec 2015 16:16:13 +0000 (17:16 +0100)
commitb3db9d81325769fb9d9c6518f9d917f90328bef1
treec0c379317574c5840554605f5a970a852212a419
parentf63123c385738b059cd854b694a0f62558fb8cbe
use a dynamic buffer for ReadLine

We don't need the buffer that often - only for ReadLine - as it is only
occasionally used, so it is actually more efficient to allocate it if
needed instead of statically by default. It also allows the caller to
influence the buffer size instead of hardcoding it.

Git-Dch: Ignore
apt-pkg/contrib/fileutl.cc