Fix buffer overflow in macro shell escaping (#253971)
authorPanu Matilainen <pmatilai@redhat.com>
Mon, 27 Aug 2007 06:45:53 +0000 (09:45 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Mon, 27 Aug 2007 06:45:53 +0000 (09:45 +0300)
commitca7b28eb352105797d33b011e0bb8d58ff010ed9
treed3650a34b4d51133e022e5c1747fea909aa3c97e
parentf77387df9ab84aae6d3fedb7ebfe0ed6ca1c0380
Fix buffer overflow in macro shell escaping (#253971)
We know the required buffer size here, no point in using static buffer.
rpmio/macro.c