simon-git: putty (master): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Fri Apr 12 23:44:03 BST 2019


TL;DR:
  b5597cc8 Fix indentation goof in CRC test suite.

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:           2019-04-12 23:44:03

commit b5597cc833e105c070c028c8e8f91a93ebcdcf24
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=b5597cc833e105c070c028c8e8f91a93ebcdcf24;hp=4cbb0bae65ee3e4aaeb54fd1a53dc0015a0cad6b
Author: Simon Tatham <anakin at pobox.com>
Date:   Fri Apr 12 23:39:43 2019 +0100

    Fix indentation goof in CRC test suite.
    
    In crypt.testCRC32(), I had intended to test every input byte with
    each of several previous states, but I mis-indented what should have
    been the inner loop (over bytes), with the effect that instead I
    silently tested the input bytes with only the last of those states.

 test/cryptsuite.py | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)



More information about the tartarus-commits mailing list