simon-git: putty (main): Simon Tatham
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Fri Sep 16 09:23:45 BST 2022
TL;DR:
8f774808 WinGuiSeat refactoring: fix a missing context parameter.
Repository: https://git.tartarus.org/simon/putty.git
On the web: https://git.tartarus.org/?p=simon/putty.git
Branch updated: main
Committer: Simon Tatham <anakin at pobox.com>
Date: 2022-09-16 09:23:45
commit 8f7748082b86f468995c27cc809cbf135dbe56c5
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=8f7748082b86f468995c27cc809cbf135dbe56c5;hp=c780cffb7a6f1c972f5629e6e4976c5616ca0df3
Author: Simon Tatham <anakin at pobox.com>
Date: Fri Sep 16 09:18:52 2022 +0100
WinGuiSeat refactoring: fix a missing context parameter.
Of the three calls to queue_toplevel_callback in window.c, one of them
was still passing NULL as its context parameter, rather than the new
'wgs'. As a result, a segfault could occur during some session closures.
windows/window.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the tartarus-commits
mailing list