summaryrefslogtreecommitdiff
path: root/sci-biology/eugene/files/eugene-3.6-overflow.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology/eugene/files/eugene-3.6-overflow.patch')
-rw-r--r--sci-biology/eugene/files/eugene-3.6-overflow.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/sci-biology/eugene/files/eugene-3.6-overflow.patch b/sci-biology/eugene/files/eugene-3.6-overflow.patch
new file mode 100644
index 000000000000..7222530ad771
--- /dev/null
+++ b/sci-biology/eugene/files/eugene-3.6-overflow.patch
@@ -0,0 +1,13 @@
+http://bugs.gentoo.org/show_bug.cgi?id=336607
+
+--- eugene-3.6/src/Sensor.cc
++++ eugene-3.6/src/Sensor.cc
+@@ -224,7 +224,7 @@
+ //--------------------------
+ void Signals :: PrintS ()
+ {
+- char t[7];
++ char t[10];
+ char s = '+';
+
+ switch (type) {