Re: [PATCH v2] net/tap-win32: Fix gcc 14 format truncation errors

2024-10-23 Thread Pierrick Bouvier
On 10/8/24 13:28, Bernhard Beschow wrote: The patch fixes the following errors generated by GCC 14.2: ../src/net/tap-win32.c:343:19: error: '%s' directive output may be truncated writing up to 255 bytes into a region of size 176 [-Werror=format-truncation=] 343 | "%s\\%s\\Connec

Re: [PATCH v2] net/tap-win32: Fix gcc 14 format truncation errors

2024-10-16 Thread Bernhard Beschow
Am 8. Oktober 2024 20:28:42 UTC schrieb Bernhard Beschow : >The patch fixes the following errors generated by GCC 14.2: > >../src/net/tap-win32.c:343:19: error: '%s' directive output may be truncated >writing up to 255 bytes into a region of size 176 [-Werror=format-truncation=] > 343 |

Re: [PATCH v2] net/tap-win32: Fix gcc 14 format truncation errors

2024-10-08 Thread Michael Tokarev
08.10.2024 23:28, Bernhard Beschow wrote: The patch fixes the following errors generated by GCC 14.2: ../src/net/tap-win32.c:343:19: error: '%s' directive output may be truncated writing up to 255 bytes into a region of size 176 [-Werror=format-truncation=] 343 | "%s\\%s\\Connec

Re: [PATCH v2] net/tap-win32: Fix gcc 14 format truncation errors

2024-10-08 Thread Philippe Mathieu-Daudé
On 8/10/24 17:28, Bernhard Beschow wrote: The patch fixes the following errors generated by GCC 14.2: ../src/net/tap-win32.c:343:19: error: '%s' directive output may be truncated writing up to 255 bytes into a region of size 176 [-Werror=format-truncation=] 343 | "%s\\%s\\Connec

[PATCH v2] net/tap-win32: Fix gcc 14 format truncation errors

2024-10-08 Thread Bernhard Beschow
The patch fixes the following errors generated by GCC 14.2: ../src/net/tap-win32.c:343:19: error: '%s' directive output may be truncated writing up to 255 bytes into a region of size 176 [-Werror=format-truncation=] 343 | "%s\\%s\\Connection", | ^~ 344 |