]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Fix more of uninitialized struct user_pass local vars
authorSelva Nair <selva.nair@gmail.com>
Mon, 9 Sep 2024 20:48:29 +0000 (16:48 -0400)
committerGert Doering <gert@greenie.muc.de>
Tue, 10 Sep 2024 06:02:43 +0000 (08:02 +0200)
commitf9ab7edbebd6dfb3fd384b56626aabb3171ac0ad
tree7c4f2b795f5d85897ff51ab129ca47a5dead09e1
parent9e1598de43383ac655fd71bd34021026ac105f23
Fix more of uninitialized struct user_pass local vars

Not all of these touch uninitialzed members of the struct, but that
could change in future.

Change-Id: I71bc847b48da54b70f60ccd7c4521ec699daf9cb
Signed-off-by: Selva Nair <selva.nair@gmail.com>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20240909204829.10379-1-selva.nair@gmail.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg29152.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
(cherry picked from commit aa1dd09b5fc196499c84d2ef9b0c254ebb1745d8)
src/openvpn/auth_token.c
src/openvpn/pkcs11.c
src/openvpn/socks.c