]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Colin Watson points out an apparently erroneous cast: Ssh_gss_name
authorSimon Tatham <anakin@pobox.com>
Sun, 31 Aug 2008 19:18:17 +0000 (19:18 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 31 Aug 2008 19:18:17 +0000 (19:18 +0000)
commit0251dbf13ef1e5bae91d16dabe40f1585e02746c
treee2305d69bc49ce0f579b1169ed9ffe12e9a686bc
parentc87697a00fffdaf0942ccf7a9a84eaf4b20e5dd4
Colin Watson points out an apparently erroneous cast: Ssh_gss_name
and gss_name_t are supposed to be congruent types, so a pointer to
one should never be cast to a non-indirect instance of the other.

[originally from svn r8157]
unix/uxgss.c