Commit 3cb027c7 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

wininet: Increase buffer in _test_status_code to avoid potential potential overflow.

parent cf48fbcf
......@@ -200,7 +200,7 @@ static BOOL proxy_active(void)
static void _test_status_code(unsigned line, HINTERNET req, DWORD excode, BOOL is_todo)
{
DWORD code, size, index;
char exbuf[10], bufa[10];
char exbuf[12], bufa[10];
WCHAR bufw[10];
BOOL res;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment