Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 477746 Details for
Bug 611390
<x11-libs/gdk-pixbuf-2.36.9: multiple vulnerabilities
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
CVE-2017-6311.patch
CVE-2017-6311.patch (text/plain), 696 bytes, created by
Andrey Ovcharov
on 2017-06-23 23:59:49 UTC
(
hide
)
Description:
CVE-2017-6311.patch
Filename:
MIME Type:
Creator:
Andrey Ovcharov
Created:
2017-06-23 23:59:49 UTC
Size:
696 bytes
patch
obsolete
>@@ -, +, @@ > returned > thumbnailer/gnome-thumbnailer-skeleton.c | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) >--- a/thumbnailer/gnome-thumbnailer-skeleton.c >+++ a/thumbnailer/gnome-thumbnailer-skeleton.c >@@ -315,11 +315,15 @@ int main (int argc, char **argv) > #endif > g_free (input_filename); > >- if (!pixbuf) { >+ if (!pixbuf && error) { > g_warning ("Could not thumbnail '%s': %s", filenames[0], error->message); > g_error_free (error); > g_strfreev (filenames); > return 1; >+ } else if (!pixbuf) { >+ g_warning ("Could not thumbnail '%s'", filenames[0]); >+ g_strfreev (filenames); >+ return 1; > } > > if (gdk_pixbuf_save (pixbuf, output, "png", &error, NULL) == FALSE) {
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 611390
: 477746 |
477748
|
477750