simon-git: putty (master): Simon Tatham
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Sun Nov 4 00:19:38 GMT 2018
TL;DR:
80db6746 uxnet.c: initialize atmark variable
506a0b1b misc.c: use bool in debug_memdump signature
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-11-04 00:19:38
commit 80db674648f649375eb40540a416fa2d15441d81
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=80db674648f649375eb40540a416fa2d15441d81;hp=c5895ec2928948a04f59004b75c934a2d99ac508
Author: Pavel I. Kryukov <kryukov at frtk.ru>
Date: Sat Nov 3 20:04:14 2018 +0300
uxnet.c: initialize atmark variable
GCC 5 does not trace control flow graph and claims that the variable may
be used uninitialized. GCC 7 does not have this bug though.
unix/uxnet.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 506a0b1b77d2f8852e9542a79dde98ff82630b0b
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=506a0b1b77d2f8852e9542a79dde98ff82630b0b;hp=80db674648f649375eb40540a416fa2d15441d81
Author: Pavel I. Kryukov <kryukov at frtk.ru>
Date: Sat Nov 3 20:10:21 2018 +0300
misc.c: use bool in debug_memdump signature
misc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the tartarus-commits
mailing list