diff options
Diffstat (limited to 'package/openssh/patches/patch-ssh_c')
-rw-r--r-- | package/openssh/patches/patch-ssh_c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/package/openssh/patches/patch-ssh_c b/package/openssh/patches/patch-ssh_c deleted file mode 100644 index d9edf659e..000000000 --- a/package/openssh/patches/patch-ssh_c +++ /dev/null @@ -1,13 +0,0 @@ ---- openssh-5.3p1.orig/ssh.c 2009-07-05 23:16:56.000000000 +0200 -+++ openssh-5.3p1/ssh.c 2009-12-05 12:10:19.000000000 +0100 -@@ -1280,8 +1280,8 @@ load_public_identity_files(void) - options.identity_files[i] = filename; - options.identity_keys[i] = public; - } -- bzero(pwname, strlen(pwname)); -+ memset(pwname, 0, strlen(pwname)); - xfree(pwname); -- bzero(pwdir, strlen(pwdir)); -+ memset(pwdir, 0, strlen(pwdir)); - xfree(pwdir); - } |