~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to int_array.c

  • Committer: john haque
  • Date: 2012-05-02 13:05:43 UTC
  • Revision ID: git-v1:3a8c139d1a28651bf222b05cb0895bf5066bb9f9
Fix memory corruption in copying an array, add another array extension.

Show diffs side-by-side

added added

removed removed

Lines of Context:
425
425
                        }
426
426
 
427
427
                        *pnew = newchain;
 
428
                        newchain->ainext = NULL;
428
429
                        pnew = & newchain->ainext;
429
430
                }
430
431
        }