summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2005-02-01 18:00:19 +0000
committerHeinrich Wendel <lanius@gentoo.org>2005-02-01 18:00:19 +0000
commit3f69fd03665eafb6dcc75d288b914172843de953 (patch)
treeeddef6ab88e2a2f098721a7fa31d1d34115343bc /x11-libs/openmotif/files/openmotif-2.2.3-XmResizeHashTable.patch
parentopenmotif-2.2.3 still needs some testing (diff)
downloadgentoo-2-3f69fd03665eafb6dcc75d288b914172843de953.tar.gz
gentoo-2-3f69fd03665eafb6dcc75d288b914172843de953.tar.bz2
gentoo-2-3f69fd03665eafb6dcc75d288b914172843de953.zip
add openmotif-2.2.3 with security fixes, bug #78111
(Portage version: 2.0.51-r15)
Diffstat (limited to 'x11-libs/openmotif/files/openmotif-2.2.3-XmResizeHashTable.patch')
-rw-r--r--x11-libs/openmotif/files/openmotif-2.2.3-XmResizeHashTable.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-libs/openmotif/files/openmotif-2.2.3-XmResizeHashTable.patch b/x11-libs/openmotif/files/openmotif-2.2.3-XmResizeHashTable.patch
new file mode 100644
index 000000000000..5982f7224922
--- /dev/null
+++ b/x11-libs/openmotif/files/openmotif-2.2.3-XmResizeHashTable.patch
@@ -0,0 +1,11 @@
+--- lib/Xm/Hash.c
++++ lib/Xm/Hash.c
+@@ -198,6 +198,8 @@
+ } else {
+ table -> buckets[index] = current;
+ }
++ } else {
++ last = current;
+ }
+ current = next;
+ }