]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix to increase size of the buffer for the win_svc reportev log
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 17 Apr 2026 09:05:31 +0000 (11:05 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 17 Apr 2026 09:05:31 +0000 (11:05 +0200)
  function.

doc/Changelog
winrc/win_svc.c

index ec5fc00f1d86be21666656985d19174b1fe2f8a9..33541ca39f256c8d0c9b83bb5c70a6584a2fb839 100644 (file)
@@ -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.
index c08ad97ec71d7b762a69e393e370c9a280ad5305..c0792ce562ede8dcd6094491dbd46fd03f85a241 100644 (file)
@@ -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;