]> git.pld-linux.org Git - packages/bcc.git/blame - Dev86src-segv.patch
- updated to 0.16.16, added segv patch
[packages/bcc.git] / Dev86src-segv.patch
CommitLineData
fc08163c
JB
1--- dev86-0.16.16/bcc/bcc.c.orig 2004-06-03 21:25:13.000000000 +0200
2+++ dev86-0.16.16/bcc/bcc.c 2004-09-03 13:09:28.000000000 +0200
3@@ -1099,7 +1099,7 @@
4 {
5 char * newstr;
6 int l;
7- newstr = xalloc(strlen(path1)+strlen(path1)+strlen(path3)
8+ newstr = xalloc(strlen(path1)+strlen(path2)+strlen(path3)
9 + strlen(prefix_path)+2);
10
11 strcpy(newstr, prefix_path);
This page took 0.02917 seconds and 4 git commands to generate.