summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/appl
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2012-04-08 08:19:17 +0000
committerstas <stas@FreeBSD.org>2012-04-08 08:19:17 +0000
commite98d05b4f007c4c6849229bc6c5f1586d0207896 (patch)
treeb776209adefb14f82be8f607e6cc465dfddd90c3 /crypto/heimdal/appl
parent614fd4fe5e7e76da2328df84ca390b36dad17e79 (diff)
downloadFreeBSD-src-e98d05b4f007c4c6849229bc6c5f1586d0207896.zip
FreeBSD-src-e98d05b4f007c4c6849229bc6c5f1586d0207896.tar.gz
- Update FreeBSD's Heimdal distribution to 1.5.2. This is a bugfix
release, which fixes a DoS issue in libkrb5.
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 c443ee7..58e081d 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)
OpenPOWER on IntegriCloud