]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blob - texinfo/patches/texinfo-4.13a-mosdo-crash.patch
Move all packages to root.
[people/pmueller/ipfire-3.x.git] / texinfo / patches / texinfo-4.13a-mosdo-crash.patch
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)