simon-git: putty (main): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Thu Nov 26 18:25:21 GMT 2020


TL;DR:
  f65153ab sclog: put x86-specific parts under ifdef.
  b3f2726b sclog: support AArch64 division and shift instructions.
  e97a364d sclog: don't try to find libc functions outside libc.

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:           2020-11-26 18:25:21

commit f65153ab5b3447f59deb3bd4ef60e7deed36aefb
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=f65153ab5b3447f59deb3bd4ef60e7deed36aefb;hp=1e0b966b738d03d59030e9aea99360edf45fd8b3
Author: Simon Tatham <anakin at pobox.com>
Date:   Thu Nov 26 17:52:11 2020 +0000

    sclog: put x86-specific parts under ifdef.
    
    This allows my side-channel test system to at least _compile_ on other
    architectures without failing for the lack of OP_xxx enum constants,
    although it now won't log all the things it needs to be a proper test.

 test/sclog/sclog.c | 4 ++++
 1 file changed, 4 insertions(+)

commit b3f2726b83c1ab77af705a6597c7ddf4fe7ad61f
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=b3f2726b83c1ab77af705a6597c7ddf4fe7ad61f;hp=f65153ab5b3447f59deb3bd4ef60e7deed36aefb
Author: Simon Tatham <anakin at pobox.com>
Date:   Thu Nov 26 17:53:50 2020 +0000

    sclog: support AArch64 division and shift instructions.
    
    These need to be logged for the same reasons as on x86.

 test/sclog/sclog.c | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

commit e97a364d0754d7f7c61758c4dcd9dded7e7f9154
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=e97a364d0754d7f7c61758c4dcd9dded7e7f9154;hp=b3f2726b83c1ab77af705a6597c7ddf4fe7ad61f
Author: Simon Tatham <anakin at pobox.com>
Date:   Thu Nov 26 17:57:25 2020 +0000

    sclog: don't try to find libc functions outside libc.
    
    On AArch64, there are unexpectedly malloc and free functions in ld.so,
    so the module-load function finds them there, wraps them, and then
    misses the real versions in libc.

 test/sclog/sclog.c | 53 ++++++++++++++++++++++++++++-------------------------
 1 file changed, 28 insertions(+), 25 deletions(-)



More information about the tartarus-commits mailing list