403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.217.33
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/graphics/gimageview/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/graphics/gimageview/files/patch-plugins__image_view__gimv_mplayer.c
Fixes check on unitialized variable
--- plugins/image_view/gimv_mplayer.c.orig	2004-09-29 03:42:14.000000000 -0500
+++ plugins/image_view/gimv_mplayer.c	2014-10-06 23:43:40.000000000 -0400
@@ -1480,13 +1480,13 @@
    gint i, len, size;
    gchar *src, *end;
 
+   src = buf;
+   size = bufsize;
+
    g_return_if_fail (buf && stock_buf);
    g_return_if_fail (size > 0 || size < GIMV_MPLAYER_BUF_SIZE);
    g_return_if_fail (remain_size);
 
-   src = buf;
-   size = bufsize;
-
    while (src && size >= 0) {
       end = NULL;
 

Youez - 2016 - github.com/yon3zu
LinuXploit