mirror of
https://https.git.savannah.gnu.org/git/gettext.git
synced 2026-01-26 07:37:57 +00:00
20 lines
472 B
Diff
20 lines
472 B
Diff
*** lib/regexec.c.orig Mon May 24 12:36:55 2010
|
|
--- lib/regexec.c Mon May 24 12:34:41 2010
|
|
***************
|
|
*** 3425,3431 ****
|
|
else
|
|
{
|
|
dest_states = (re_dfastate_t **)
|
|
! malloc (ndests * 3 * sizeof (re_dfastate_t *));
|
|
if (BE (dest_states == NULL, 0))
|
|
{
|
|
out_free:
|
|
--- 3425,3431 ----
|
|
else
|
|
{
|
|
dest_states = (re_dfastate_t **)
|
|
! re_malloc (re_dfastate_t *, ndests * 3);
|
|
if (BE (dest_states == NULL, 0))
|
|
{
|
|
out_free:
|