]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Fixed a potential information leak in the new NTLM phase 3 code,
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>
Thu, 17 Jul 2008 05:09:27 +0000 (05:09 +0000)
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>
Thu, 17 Jul 2008 05:09:27 +0000 (05:09 +0000)
commite691cd568ab5a0e34924a3b80693af6125209d76
tree66ac0db42a44c88fa4efb2ab602681eb14aab719
parent24f8f368ebee5b7724f4b046a1f28066ffd9223f
Fixed a potential information leak in the new NTLM phase 3 code,
as well as a failure of the code to check the return value from
base64_decode.

Fixed compiler warnings in the new NTLM phase 3 code about implicit
casting between signed and unsigned char *.

git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@3064 e7ae566f-a301-0410-adde-c780ea21d3b5
ntlm.c
proxy.c