httpd: fix heap buffer overflow. Closes 8426
authorDenys Vlasenko <vda.linux@googlemail.com>
Fri, 23 Oct 2015 09:49:04 +0000 (11:49 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 23 Oct 2015 09:49:04 +0000 (11:49 +0200)
commit59f8475924760a5d74e18a88f325493e7c38c537
tree2fc1b6c280bde40c9dae7415207286e7a64095a7
parentd3d6534b2a86bdd651aa39dfabe620fe2208459f
httpd: fix heap buffer overflow. Closes 8426

function                                             old     new   delta
send_headers                                         654     677     +23

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/httpd.c