projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
37cda61
)
Purify: Unitialized memory read. Too many code paths
Jarkko Hietaniemi [Sat, 23 Mar 2002 01:14:24 +0000 (
01:14
+0000)]
to keep track of, I guess.
p4raw-id: //depot/perl@15436
sv.c
patch
|
blob
|
blame
|
history
diff --git
a/sv.c
b/sv.c
index
21de7ed
..
4ea3936
100644
(file)
--- a/
sv.c
+++ b/
sv.c
@@
-7837,7
+7837,7
@@
Perl_sv_vcatpvfn(pTHX_ SV *sv, const char *pat, STRLEN patlen, va_list *args, SV
SV *vecsv;
U8 *vecstr = Null(U8*);
STRLEN veclen = 0;
- char c;
+ char c = 0;
int i;
unsigned base = 0;
IV iv = 0;