]> git.ipfire.org Git - thirdparty/squid.git/commit
cachemgr.cgi: memory leak in request parser
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 8 Jan 2015 23:06:40 +0000 (15:06 -0800)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 8 Jan 2015 23:06:40 +0000 (15:06 -0800)
commite9073d78e2661d14f909f839e69c33cc486d44ec
tree00b28ecfef7ecfafc42281cbf521206a6e0628b5
parentccd727e094fd723d6fceca2bd91ab16627064bcc
cachemgr.cgi: memory leak in request parser

Leaks a block of memory for each header parsed the size of the header.

The CGI is rarely operating for long periods, it is run as-needed by
servers so the memory leak does not accumulate long term.

  Detectd by Coverity Scan. Issue 1256164
tools/cachemgr.cc