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:
@@ -11,6 +11,8 @@
|
||||
- Fix compat/chacha_private sigma and tau definitions to use
|
||||
nonstring attribute.
|
||||
- Fix compat/gmtime_r old style definition syntax.
|
||||
- Fix to increase size of the buffer for the win_svc reportev log
|
||||
function.
|
||||
|
||||
16 April 2026: Yorgos
|
||||
- Merge #1406: Introduce new 'tls-protocols' configuration option.
|
||||
|
||||
+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