]> git.ipfire.org Git - thirdparty/pdns.git/commit
Provide tighter bounds to HTTP first line parser in Recursor 966/head
authorChristian Hofstaedtler <christian@hofstaedtler.name>
Sat, 24 Aug 2013 13:39:26 +0000 (15:39 +0200)
committerChristian Hofstaedtler <christian@hofstaedtler.name>
Sat, 24 Aug 2013 13:39:26 +0000 (15:39 +0200)
commit1b38991cd94101c437bf69b60ded39cce7872931
tree612f1253ac8409178063931fba9aa58d2239ecce
parent06dbd1bdad44001f80313f6b663387d6e16b1eec
Provide tighter bounds to HTTP first line parser in Recursor

stringtok over the entire 16k buffer is useless. Also it might make
Coverity shut up.

Tentative fix for Coverity CID 1063848.
pdns/json_ws.cc