simon-git: putty (master): Simon Tatham
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Sat Sep 22 09:35:36 BST 2018
TL;DR:
f7821f53 Fix paste error in the new pq_concatenate.
Repository: https://git.tartarus.org/simon/putty.git
On the web: https://git.tartarus.org/?p=simon/putty.git
Branch updated: master
Committer: Simon Tatham <anakin at pobox.com>
Date: 2018-09-22 09:35:36
commit f7821f530f738ab68a5545dbd175b18310317fdf
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=f7821f530f738ab68a5545dbd175b18310317fdf;hp=562cdd4df1b2c741fec90bc80954d76da7a33266
Author: Simon Tatham <anakin at pobox.com>
Date: Sat Sep 22 09:32:08 2018 +0100
Fix paste error in the new pq_concatenate.
Commit 6a5d4d083 introduced a foolish list-handling bug: concatenating
a non-empty queue to an empty queue would set the tail of the output
list to the _head_ of the non-empty one, instead of to its tail. Of
course, you don't notice this until you have more than one packet in
the queue in question!
sshcommon.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the tartarus-commits
mailing list