Yoichi NAKAYAMA db532afb9b Avoid out of range access in CheckOtherHTTPHeaders.
There was a problem in HDR_ACCEPT_LANGUAGE case.
It may read from TmpBuf larger amount than allocated,
since condition was always true.
Terminate RespInstr->AcceptLanguageHeader correctly.
Skip allocation if there is already sufficient buffer.
2012-03-11 13:21:40 +09:00
..
2010-06-26 11:09:49 +00:00
2012-03-05 12:26:41 +01:00
2008-02-03 01:36:23 +00:00
2012-03-09 17:08:01 +01:00