https://bugs.winehq.org/show_bug.cgi?id=52353
Bernhard Übelacker bernhardu@mailbox.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bernhardu@mailbox.org
--- Comment #4 from Bernhard Übelacker bernhardu@mailbox.org --- Created attachment 71539 --> https://bugs.winehq.org/attachment.cgi?id=71539 trace with +kerberos of a plink.exe with debug symbols
Looks like in [1] plink calls AcquireCredentialsHandleA with the ptsExpiry parameter being a NULL pointer.
Documentation seems to indicate this ptsExpiry pointer being optional and therefore a NULL pointer not forbidden.
[1] https://git.tartarus.org/?p=simon/putty.git;a=blob;f=windows/gss.c;h=ebe5698...