]> git.pld-linux.org Git - packages/STonX.git/commitdiff
- kill SEGV during build
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 16 Oct 2006 20:18:54 +0000 (20:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    STonX-segv.patch -> 1.1

STonX-segv.patch [new file with mode: 0644]

diff --git a/STonX-segv.patch b/STonX-segv.patch
new file mode 100644 (file)
index 0000000..ed8fd6d
--- /dev/null
@@ -0,0 +1,12 @@
+--- STonX-0.6.5/gen.c.orig     1996-01-18 03:56:40.000000000 +0100
++++ STonX-0.6.5/gen.c  2006-10-16 21:56:26.125583500 +0200
+@@ -155,7 +155,8 @@
+               case T_SI8:
+               case T_SI16:
+               case T_SI32:
+-                      p->v[i=newvar(p)].t=t; p->v[i].id=id; return;
++                      i=newvar(p);
++                      p->v[i].t=t; p->v[i].id=id; return;
+       }
+       p->v[findvar(p, id)].t=t;
+ }
This page took 0.069381 seconds and 4 git commands to generate.