This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
gcc thinks it can see how 'entry' can be accessed uninitialized.
[perl5.git]
/
dist
/
Data-Dumper
/
Dumper.xs
diff --git
a/dist/Data-Dumper/Dumper.xs
b/dist/Data-Dumper/Dumper.xs
index
2ffa867
..
372c073
100644
(file)
--- a/
dist/Data-Dumper/Dumper.xs
+++ b/
dist/Data-Dumper/Dumper.xs
@@
-798,7
+798,7
@@
DD_dump(pTHX_ SV *val, const char *name, STRLEN namelen, SV *retval, HV *seenhv,
else if (realtype == SVt_PVHV) {
SV *totpad, *newapad;
SV *sname;
- HE *entry;
+ HE *entry
= NULL
;
char *key;
I32 klen;
SV *hval;