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/misc/shuffle/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/misc/shuffle/files/patch-shuffle.c_1
Index: shuffle.c
===================================================================
RCS file: /stl/src/NetBSD/basesrc/usr.bin/shuffle/shuffle.c,v
retrieving revision 1.9
diff -u -r1.9 shuffle.c
--- shuffle.c	2001/03/16 08:02:32	1.9
+++ shuffle.c	2001/06/03 22:21:49
@@ -37,6 +37,7 @@
 #endif /* not lint */
 
 #include <err.h>
+#include <limits.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
@@ -255,7 +256,7 @@
 		nlines = pick;
 	}
 
-	for (i = 0; i < nlines; i++) {
+	for (i = 0; (unsigned)i < nlines; i++) {
 		if (nflag)
 			printf("%ld\n", (long)shuffle[i]);
 		else

Youez - 2016 - github.com/yon3zu
LinuXploit