diff options
Diffstat (limited to 'main/heimdal/telnetd.patch')
-rw-r--r-- | main/heimdal/telnetd.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/main/heimdal/telnetd.patch b/main/heimdal/telnetd.patch deleted file mode 100644 index 25116228b2..0000000000 --- a/main/heimdal/telnetd.patch +++ /dev/null @@ -1,14 +0,0 @@ -Index: crypto/heimdal/appl/telnet/libtelnet/encrypt.c -=================================================================== ---- appl/telnet/libtelnet/encrypt.c (revision 228798) -+++ b/appl/telnet/libtelnet/encrypt.c (working copy) -@@ -736,6 +736,9 @@ - int dir = kp->dir; - int ret = 0; - -+ if (len > MAXKEYLEN) -+ len = MAXKEYLEN; -+ - if (!(ep = (*kp->getcrypt)(*kp->modep))) { - if (len == 0) - return; |