summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--authfile.c1
-rw-r--r--debian/patches/ssh-vulnkey.patch3
2 files changed, 1 insertions, 3 deletions
diff --git a/authfile.c b/authfile.c
index cb95cfcb8..983359157 100644
--- a/authfile.c
+++ b/authfile.c
@@ -1080,4 +1080,3 @@ blacklisted_key(Key *key, char **fp)
1080 key_free(public); 1080 key_free(public);
1081 return ret; 1081 return ret;
1082} 1082}
1083
diff --git a/debian/patches/ssh-vulnkey.patch b/debian/patches/ssh-vulnkey.patch
index a56911290..a1e8c20f9 100644
--- a/debian/patches/ssh-vulnkey.patch
+++ b/debian/patches/ssh-vulnkey.patch
@@ -223,7 +223,7 @@ Index: b/authfile.c
223 223
224 #define MAX_KEY_FILE_SIZE (1024 * 1024) 224 #define MAX_KEY_FILE_SIZE (1024 * 1024)
225 225
226@@ -944,3 +945,139 @@ 226@@ -944,3 +945,138 @@
227 return ret; 227 return ret;
228 } 228 }
229 229
@@ -362,7 +362,6 @@ Index: b/authfile.c
362+ key_free(public); 362+ key_free(public);
363+ return ret; 363+ return ret;
364+} 364+}
365+
366Index: b/authfile.h 365Index: b/authfile.h
367=================================================================== 366===================================================================
368--- a/authfile.h 367--- a/authfile.h