Bugzilla – Attachment 459 Details for
Bug 707
missing banner file now prints empty line
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
openssh.patch (text/plain), 382 bytes, created by
Al Smith
on 2003-09-24 01:31:42 AEST
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Al Smith
Created:
2003-09-24 01:31:42 AEST
Size:
382 bytes
patch
obsolete
>--- openssh-3.7.1p2_orig/monitor_wrap.c Tue Sep 2 14:51:17 2003 >+++ openssh-3.7.1p2/monitor_wrap.c Tue Sep 23 17:30:52 2003 >@@ -228,6 +228,10 @@ > mm_request_receive_expect(pmonitor->m_recvfd, MONITOR_ANS_AUTH2_READ_BANNER, &m); > banner = buffer_get_string(&m, NULL); > buffer_free(&m); >+ if (strlen(banner) == 0) { >+ xfree(banner); >+ banner = NULL; >+ } > > return (banner); > }
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 707
: 459