summaryrefslogtreecommitdiff
path: root/binutils/stabs.c
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2001-08-29 10:55:43 +0000
committerBen Elliston <bje@au.ibm.com>2001-08-29 10:55:43 +0000
commite31e64df9e2415a6e9037fb5471d51b9fd6307cd (patch)
tree6d977bbabb31054be314991f1b5949cc3d4c85e6 /binutils/stabs.c
parent2b31a0f6eea568ede74d494d7a25dd63bfdf360e (diff)
downloadbinutils-redhat-e31e64df9e2415a6e9037fb5471d51b9fd6307cd.tar.gz
2001-08-29 Ben Elliston <bje@redhat.com>
* stabs.c (stab_demangle_template): Initialise s4.
Diffstat (limited to 'binutils/stabs.c')
-rw-r--r--binutils/stabs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/stabs.c b/binutils/stabs.c
index daea301429..804514093c 100644
--- a/binutils/stabs.c
+++ b/binutils/stabs.c
@@ -4461,7 +4461,7 @@ stab_demangle_template (minfo, pp, pname)
regular demangling routine. */
if (pname != NULL)
{
- char *s1, *s2, *s3, *s4;
+ char *s1, *s2, *s3, *s4 = NULL;
char *from, *to;
s1 = savestring (orig, *pp - orig);