Bugzilla – Attachment 3041 Details for
Bug 2768
Possible string truncations in sshconnect2.c
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Increase prompt buffer sizes to fit text
0001-Increase-prompt-buffer-sizes-to-fit-text.patch (text/plain), 952 bytes, created by
Colin Watson
on 2017-08-26 21:39:08 AEST
(
hide
)
Description:
Increase prompt buffer sizes to fit text
Filename:
MIME Type:
Creator:
Colin Watson
Created:
2017-08-26 21:39:08 AEST
Size:
952 bytes
patch
obsolete
>From 5787e98bf36e00f8e68df2c17fbc1de486250e00 Mon Sep 17 00:00:00 2001 >From: Colin Watson <cjwatson@debian.org> >Date: Sat, 26 Aug 2017 12:39:12 +0100 >Subject: [PATCH] Increase prompt buffer sizes to fit text > >--- > sshconnect2.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/sshconnect2.c b/sshconnect2.c >index 0638818..ab2bb0b 100644 >--- a/sshconnect2.c >+++ b/sshconnect2.c >@@ -895,7 +895,7 @@ int > userauth_passwd(Authctxt *authctxt) > { > static int attempt = 0; >- char prompt[150]; >+ char prompt[173]; > char *password; > const char *host = options.host_key_alias ? options.host_key_alias : > authctxt->host; >@@ -935,7 +935,7 @@ input_userauth_passwd_changereq(int type, u_int32_t seqnr, struct ssh *ssh) > { > Authctxt *authctxt = ssh->authctxt; > char *info, *lang, *password = NULL, *retype = NULL; >- char prompt[150]; >+ char prompt[184]; > const char *host; > > debug2("input_userauth_passwd_changereq"); >-- >2.7.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 2768
: 3041