mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-08-17 21:25:50 +02:00
- Fix to increase size of the buffer for the win_svc reportev log
function.
This commit is contained in:
+1
-1
@@ -127,7 +127,7 @@ hdlr(DWORD ctrl)
|
||||
static void
|
||||
reportev(const char* str)
|
||||
{
|
||||
char b[256];
|
||||
char b[512];
|
||||
char e[256];
|
||||
HANDLE* s;
|
||||
LPCTSTR msg = b;
|
||||
|
||||
Reference in New Issue
Block a user