]> git.pld-linux.org Git - packages/bcc.git/commitdiff
- kill deadly typo
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 3 Sep 2004 11:45:36 +0000 (11:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Dev86src-segv.patch -> 1.1

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

diff --git a/Dev86src-segv.patch b/Dev86src-segv.patch
new file mode 100644 (file)
index 0000000..6f5ddef
--- /dev/null
@@ -0,0 +1,11 @@
+--- dev86-0.16.16/bcc/bcc.c.orig       2004-06-03 21:25:13.000000000 +0200
++++ dev86-0.16.16/bcc/bcc.c    2004-09-03 13:09:28.000000000 +0200
+@@ -1099,7 +1099,7 @@
+ {
+    char * newstr;
+    int l;
+-   newstr = xalloc(strlen(path1)+strlen(path1)+strlen(path3)
++   newstr = xalloc(strlen(path1)+strlen(path2)+strlen(path3)
+         + strlen(prefix_path)+2);
+    strcpy(newstr, prefix_path);
This page took 0.079514 seconds and 4 git commands to generate.