Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 477750 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-6314.patch
CVE-2017-6314.patch (text/plain), 633 bytes, created by
Andrey Ovcharov
on 2017-06-24 00:00:47 UTC
(
hide
)
Description:
CVE-2017-6314.patch
Filename:
MIME Type:
Creator:
Andrey Ovcharov
Created:
2017-06-24 00:00:47 UTC
Size:
633 bytes
patch
obsolete
>--- gdk-pixbuf-2.30.8/gdk-pixbuf/io-tiff.c >+++ gdk-pixbuf-2.30.8/gdk-pixbuf/io-tiff.c >@@ -458,9 +458,12 @@ make_available_at_least (TiffContext *co > need_alloc = context->used + needed; > if (need_alloc > context->allocated) { > guint new_size = 1; >- while (new_size < need_alloc) >+ while (new_size && (new_size < need_alloc)) > new_size *= 2; > >+ if(!(new_size)) >+ return FALSE; >+ > new_buffer = g_try_realloc (context->buffer, new_size); > if (new_buffer) { > context->buffer = new_buffer;
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