blob: fb85a976e949266240860f51275fa00c558ccac5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ae,v 1.2 1998/08/07 10:40:21 agc Exp $
--- ld/table.c.orig Thu Jul 16 14:14:41 1998
+++ ld/table.c Thu Jul 16 14:14:54 1998
@@ -48,7 +48,7 @@
char *name;
{
struct symstruct **hashptr;
- struct symstruct *oldsymptr;
+ struct symstruct *oldsymptr = NULL;
struct symstruct *symptr;
hashptr = gethashptr(name);
|