diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-02-09 22:56:39 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-02-09 22:56:39 +0000 |
commit | d6bcba78376a7f5f10789644764c663f2b8ca1ae (patch) | |
tree | 6a0ad182d99f6e91fd87853ca36f5a7bcdd2723e /security/ssh/files/patch-az | |
parent | Bump PORTREVISION due to security fix. (diff) |
Commit fixes for the two recent security problems found by BINDVIEW
and Core-SDI, and bump PORTREVISION.
Notes
Notes:
svn path=/head/; revision=38156
Diffstat (limited to 'security/ssh/files/patch-az')
-rw-r--r-- | security/ssh/files/patch-az | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/security/ssh/files/patch-az b/security/ssh/files/patch-az new file mode 100644 index 000000000000..e09b6edda900 --- /dev/null +++ b/security/ssh/files/patch-az @@ -0,0 +1,12 @@ +--- deattack.c-old Wed Feb 7 19:45:16 2001 ++++ deattack.c Wed Feb 7 19:54:11 2001 +@@ -79,7 +79,7 @@ + detect_attack(unsigned char *buf, word32 len, unsigned char *IV) + { + static word16 *h = (word16 *) NULL; +- static word16 n = HASH_MINSIZE / HASH_ENTRYSIZE; ++ static word32 n = HASH_MINSIZE / HASH_ENTRYSIZE; + register word32 i, j; + word32 l; + register unsigned char *c; + |