Imported Upstream version 0.18.1.1
[platform/upstream/gettext.git] / gnulib-local / lib / regexec.c.diff
1 *** lib/regexec.c.orig  Mon May 24 12:36:55 2010
2 --- lib/regexec.c       Mon May 24 12:34:41 2010
3 ***************
4 *** 3425,3431 ****
5     else
6       {
7         dest_states = (re_dfastate_t **)
8 !       malloc (ndests * 3 * sizeof (re_dfastate_t *));
9         if (BE (dest_states == NULL, 0))
10         {
11   out_free:
12 --- 3425,3431 ----
13     else
14       {
15         dest_states = (re_dfastate_t **)
16 !       re_malloc (re_dfastate_t *, ndests * 3);
17         if (BE (dest_states == NULL, 0))
18         {
19   out_free: