summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/texinfo/texinfo-4.13a/texinfo-4.13a-mosdo-crash.patch
diff options
context:
space:
mode:
authorJingdong Lu <jingdong.lu@windriver.com>2010-09-25 15:04:47 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-10 23:13:00 +0000
commit56c897d8d0a31aba4c887eacdd3dbe1ee2d368a1 (patch)
tree7ad9952f3d82ab50fbf35bd93fac929d256147a4 /meta/recipes-extended/texinfo/texinfo-4.13a/texinfo-4.13a-mosdo-crash.patch
parent47a1f50d17e217d8d9dd5d1074449369defbea65 (diff)
downloadpoky-56c897d8d0a31aba4c887eacdd3dbe1ee2d368a1.tar.gz
texinfo: Add new package
Texinfo is a documentation system that can produce both online information and printed output from a single source file. Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com>
Diffstat (limited to 'meta/recipes-extended/texinfo/texinfo-4.13a/texinfo-4.13a-mosdo-crash.patch')
-rw-r--r--meta/recipes-extended/texinfo/texinfo-4.13a/texinfo-4.13a-mosdo-crash.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-extended/texinfo/texinfo-4.13a/texinfo-4.13a-mosdo-crash.patch b/meta/recipes-extended/texinfo/texinfo-4.13a/texinfo-4.13a-mosdo-crash.patch
new file mode 100644
index 0000000000..77e3a76dec
--- /dev/null
+++ b/meta/recipes-extended/texinfo/texinfo-4.13a/texinfo-4.13a-mosdo-crash.patch
@@ -0,0 +1,11 @@
1--- texinfo-4.13/install-info/install-info.c.mosdo-crash 2009-09-02 20:18:44.000000000 -0400
2+++ texinfo-4.13/install-info/install-info.c 2009-09-02 20:19:53.000000000 -0400
3@@ -1765,7 +1765,7 @@
4 err = argz_add (&argz, &argz_len, opt);
5 free (opt); opt = NULL;
6
7- opt = xmalloc (strlen (regex) + sizeof ("--section="));
8+ opt = xmalloc (strlen (title) + sizeof ("--section="));
9 if (sprintf (opt, "--section=%s", title) == -1)
10 err = 1;
11 if (!err)