Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Mason Loring Bliss <mason@netbsd.org>
List: source-changes
Date: 10/30/2000 20:58:38
Module Name: basesrc
Committed By: mason
Date: Mon Oct 30 18:58:38 UTC 2000
Modified Files:
basesrc/crypto/dist/ssh: deattack.c
Log Message:
Apply the following:
- static u_int16_t n = HASH_MINSIZE / HASH_ENTRYSIZE;
+ static u_int32_t n = HASH_MINSIZE / HASH_ENTRYSIZE;
...so that large packets do not wrap "n".
To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 basesrc/crypto/dist/ssh/deattack.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.