simon-git: putty (main): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Fri Apr 22 22:21:57 BST 2022


TL;DR:
  52f296b7 ntru.c: fix benign paste error.

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:           2022-04-22 22:21:56

commit 52f296b7e21176cd12ec5e7848b0983bf6bac0f7
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=52f296b7e21176cd12ec5e7848b0983bf6bac0f7;hp=e94097ccf6f1c7456bd61281b6aaf876b9cd3a2c
Author: Simon Tatham <anakin at pobox.com>
Date:   Fri Apr 22 22:20:36 2022 +0100

    ntru.c: fix benign paste error.
    
    smemclr(array, ... * sizeof(*different_array)) was not what I meant to
    do, even though the two arrays have the same element size.

 crypto/ntru.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



More information about the tartarus-commits mailing list