Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Todd Vierling <tv@netbsd.org>
List: source-changes
Date: 10/31/2000 01:11:23
Module Name: basesrc
Committed By: tv
Date: Mon Oct 30 23:11:23 UTC 2000
Modified Files:
basesrc/crypto/dist/ssh [netbsd-1-5]: deattack.c
Log Message:
Pullup 1.2 [mason]:
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.1.1.1.2.1 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.