mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-04-09 15:18:06 -05:00
Fix a bad free on portfwd name resolution failure.
If name resolution fails, pfd_connect tries to sfree(dummy_realhost) when it's completely uninitialised - the failed resolution didn't write to it, and we also didn't precautionarily initialise it to NULL first. Now we do the latter.
This commit is contained in:
parent
3a9be93a24
commit
23f3b65181
Loading…
x
Reference in New Issue
Block a user