mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-22 14:39:24 -05:00
Fix potential null-pointer dereference in ssh_reconfig.
ssh->base_layer is NULL when the connection is still in its early stages, before greetings are exchanged. If the user invokes the Change Settings dialog in this situation, ssh_reconfig would call ssh_ppl_reconfigure() on ssh->base_layer without checking if it was NULL first. (cherry picked from commit d67c13eeb8bf64516aac6c2752eb835e9bc7105a)
This commit is contained in:
parent
f17daf6cc7
commit
c545c04102
Loading…
x
Reference in New Issue
Block a user