simon-git: putty (main): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Sun Feb 21 09:27:05 GMT 2021


TL;DR:
  f47e351c Fix embarrassing goof in memxor at low sizes.

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:           2021-02-21 09:27:05

commit f47e351ceeff1555aa7da55386e767a5fbd7e66e
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=f47e351ceeff1555aa7da55386e767a5fbd7e66e;hp=08d17140a00481603f9692cc2989dba2d103a1ad
Author: Simon Tatham <anakin at pobox.com>
Date:   Sun Feb 21 09:23:43 2021 +0000

    Fix embarrassing goof in memxor at low sizes.
    
    Ahem. Called with size < 16, that could have underrun the internal
    counter and looped over all of memory. Fortunately I've so far only
    used it for 1024 bytes at a time!

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



More information about the tartarus-commits mailing list