This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
avoid redundant initialisation around Newxz()
authorZefram <zefram@fysh.org>
Mon, 13 Nov 2017 07:52:35 +0000 (07:52 +0000)
committerZefram <zefram@fysh.org>
Mon, 13 Nov 2017 07:54:34 +0000 (07:54 +0000)
commitd09f14bff00cc465825c16e4e810687132f34070
tree68d36528b4bc457d106150fe4393ac06e176b461
parent8f9371749363490230e8a3114a27b7f29d52f12e
avoid redundant initialisation around Newxz()

Reduce Newxz() to Newx() where all relevant parts of the memory are
being explicitly initialised, and don't explicitly zero memory that was
already zeroed.  [perl #36078]
perlio.c
regcomp.c
sv.c
toke.c