Bugzilla – Attachment 19604 Details for
Bug 55560
VUL-0: CVE-2004-0411: telnet:// patch for kdelibs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
first patch
post-3.0.5b-kdelibs-ktelnetservice.patch (text/plain), 731 bytes, created by
Sebastian Krahmer
on 2004-05-14 16:54:15 UTC
(
hide
)
Description:
first patch
Filename:
MIME Type:
Creator:
Sebastian Krahmer
Created:
2004-05-14 16:54:15 UTC
Size:
731 bytes
patch
obsolete
>Index: ktelnetservice.cpp >=================================================================== >RCS file: /home/kde/kdelibs/kio/misc/ktelnetservice.cpp,v >retrieving revision 1.2.2.1 >diff -u -p -r1.2.2.1 ktelnetservice.cpp >--- kio/misc/ktelnetservice.cpp 31 Oct 2002 21:57:15 -0000 1.2.2.1 >+++ kio/misc/ktelnetservice.cpp 13 May 2004 15:11:39 -0000 >@@ -63,7 +63,17 @@ int main(int argc, char **argv) > cmd << "-l"; > cmd << url.user(); > } >- cmd << url.host(); >+ >+ host = url.host(); >+ >+ if (host.isEmpty() || host.startsWith("-")) >+ { >+ kdError() << "Invalid hostname " << host << endl; >+ return 2; >+ } >+ >+ cmd << host; >+ > if (url.port()) > cmd << QString::number(url.port()); >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 55560
: 19604 |
19605
|
19606
|
19718
|
19719
|
19720