simon-git: putty (master): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Sat May 26 13:40:57 BST 2018


TL;DR:
  6070d2e Oops; reinstate one explicit cast to char *.
  2611e69 Enable -Wpointer-arith in the autoconf build.

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-05-26 13:40:57

commit 6070d2e3e2688954d7522b0fb8dbe92d7f92042a
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=6070d2e3e2688954d7522b0fb8dbe92d7f92042a;hp=7babe66a839fecfe5d8b3db901b06d2fb7672cfc
Author: Simon Tatham <anakin at pobox.com>
Date:   Sat May 26 13:36:21 2018 +0100

    Oops; reinstate one explicit cast to char *.
    
    Annoyingly, none of my own builds picked up this accidental use of
    pointer arithmetic on a void *.

 x11fwd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 2611e699832588b30889fd072f88f4ac15b6cc74
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=2611e699832588b30889fd072f88f4ac15b6cc74;hp=6070d2e3e2688954d7522b0fb8dbe92d7f92042a
Author: Simon Tatham <anakin at pobox.com>
Date:   Sat May 26 13:37:46 2018 +0100

    Enable -Wpointer-arith in the autoconf build.
    
    That should stop me making that kind of mistake again.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the tartarus-commits mailing list