aboutsummaryrefslogtreecommitdiff
path: root/crypto/heimdal/appl
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2012-04-08 08:19:17 +0000
committerStanislav Sedov <stas@FreeBSD.org>2012-04-08 08:19:17 +0000
commitcf771f223b1a69e11fd1b70b0a274a73fe844335 (patch)
treeb776209adefb14f82be8f607e6cc465dfddd90c3 /crypto/heimdal/appl
parent85121b0979d1b34404bda3d96036de84025ae5bf (diff)
parentfeec3621854ef6b1ccd3598df2202c0622929444 (diff)
downloadsrc-cf771f223b1a69e11fd1b70b0a274a73fe844335.tar.gz
src-cf771f223b1a69e11fd1b70b0a274a73fe844335.zip
- Update FreeBSD's Heimdal distribution to 1.5.2. This is a bugfix
release, which fixes a DoS issue in libkrb5.
Notes
Notes: svn path=/head/; revision=234027
Diffstat (limited to 'crypto/heimdal/appl')
-rw-r--r--crypto/heimdal/appl/telnet/libtelnet/encrypt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/heimdal/appl/telnet/libtelnet/encrypt.c b/crypto/heimdal/appl/telnet/libtelnet/encrypt.c
index c443ee79b4a2..58e081d42897 100644
--- a/crypto/heimdal/appl/telnet/libtelnet/encrypt.c
+++ b/crypto/heimdal/appl/telnet/libtelnet/encrypt.c
@@ -737,7 +737,7 @@ encrypt_keyid(struct key_info *kp, unsigned char *keyid, int len)
int ret = 0;
if (len > MAXKEYLEN)
- len = MAXKEYLEN;
+ len = MAXKEYLEN;
if (!(ep = (*kp->getcrypt)(*kp->modep))) {
if (len == 0)