diff options
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.patch | 13 |
1 files changed, 0 insertions, 13 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 deleted file mode 100644 index 49b568fa1f..0000000000 --- a/meta/recipes-extended/texinfo/texinfo-4.13a/texinfo-4.13a-mosdo-crash.patch +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
3 | --- texinfo-4.13/install-info/install-info.c.mosdo-crash 2009-09-02 20:18:44.000000000 -0400 | ||
4 | +++ texinfo-4.13/install-info/install-info.c 2009-09-02 20:19:53.000000000 -0400 | ||
5 | @@ -1765,7 +1765,7 @@ | ||
6 | err = argz_add (&argz, &argz_len, opt); | ||
7 | free (opt); opt = NULL; | ||
8 | |||
9 | - opt = xmalloc (strlen (regex) + sizeof ("--section=")); | ||
10 | + opt = xmalloc (strlen (title) + sizeof ("--section=")); | ||
11 | if (sprintf (opt, "--section=%s", title) == -1) | ||
12 | err = 1; | ||
13 | if (!err) | ||