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/games/ladder/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/games/ladder/files/patch-lplay.c
--- lplay.c.org	Tue Nov 11 20:01:51 1997
+++ lplay.c	Wed Feb 18 22:33:56 1998
@@ -54,7 +54,7 @@
         mvaddstr(row,0,t);
 
         /* find points of release */
-        for( s = t; s = strchr(s,CRELEAS); s++ )
+        for( s = t; (s = strchr(s,CRELEAS)); s++ )
         {
             rel->row = row;
             rel->col = s - t;
@@ -67,7 +67,7 @@
 
     /* find lad */
     for( row = 0; row < DIMROW; row++ ) 
-        for( s = t = bg[row]; s = strchr(s,CLAD); s++ )
+        for( s = t = bg[row]; (s = strchr(s,CLAD)); s++ )
         {
             /* nasty, check for CLAD's surrounded by CFREEs */
             if( s[-1] != CFREE || s[1] != CFREE )
@@ -433,6 +433,8 @@
                     else
                         dir = STOP;
                     break;
+				default:
+					break;
             }
         }
 

Youez - 2016 - github.com/yon3zu
LinuXploit