diff options
Diffstat (limited to 'net-im/centerim/files/centerim-4.22.7-libgadu-CVE-2008-4776.patch')
-rw-r--r-- | net-im/centerim/files/centerim-4.22.7-libgadu-CVE-2008-4776.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/net-im/centerim/files/centerim-4.22.7-libgadu-CVE-2008-4776.patch b/net-im/centerim/files/centerim-4.22.7-libgadu-CVE-2008-4776.patch deleted file mode 100644 index ee6eb3bde391..000000000000 --- a/net-im/centerim/files/centerim-4.22.7-libgadu-CVE-2008-4776.patch +++ /dev/null @@ -1,14 +0,0 @@ -https://bugs.gentoo.org/264607 -https://bugs.gentoo.org/244888 - ---- centerim-4.22.7/libgadu/events.c -+++ centerim-4.22.7/libgadu/events.c -@@ -578,7 +578,7 @@ - if (GG_S_D(n->status)) { - unsigned char descr_len = *((char*) n + sizeof(struct gg_notify_reply60)); - -- if (descr_len < length) { -+ if (sizeof(struct gg_notify_reply60) + descr_len < length) { - if (!(e->event.notify60[i].descr = malloc(descr_len + 1))) { - gg_debug(GG_DEBUG_MISC, "// gg_watch_fd_connected() not enough memory for notify data\n"); - goto fail; |