]> git.ipfire.org Git - thirdparty/curl.git/commit
gtls: fix uninitialized variable
authorViktor Szakats <commit@vsz.me>
Sat, 8 Mar 2025 03:25:03 +0000 (04:25 +0100)
committerViktor Szakats <commit@vsz.me>
Sat, 8 Mar 2025 12:24:24 +0000 (13:24 +0100)
commit2fc8f7a3f74f2f07171350df4945f01de58f19ee
tree4820c2a8ec756688aa2407399cc8caaf67807f2b
parent8f700cf5f9e97df7bba7e4709beb4d1eddfb5fd1
gtls: fix uninitialized variable

Fix uninitialized variable (warning by MSVC):
```
lib\vtls\gtls.c(1207,1): error C2220: the following warning is treated as an error
lib\vtls\gtls.c(1207,1): warning C4701: potentially uninitialized local variable 'result' used
```
Ref: https://github.com/curl/curl/actions/runs/13733139148/job/38413553053#step:9:31

Closes #16625
lib/vtls/gtls.c