FreeBSD Bugzilla – Attachment 148052 Details for
Bug 194210
[patch] graphics/gimageview: g_return_if_fail() on uninitialized variable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
The patch that fixes the above issue. It can be dropped into the files directory in graphics/gimageview.
patch-gimv_mplayer.c (text/plain), 494 bytes, created by
Nathan Lay
on 2014-10-07 04:15:17 UTC
(
hide
)
Description:
The patch that fixes the above issue. It can be dropped into the files directory in graphics/gimageview.
Filename:
MIME Type:
Creator:
Nathan Lay
Created:
2014-10-07 04:15:17 UTC
Size:
494 bytes
patch
obsolete
>--- 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; >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 194210
: 148052