diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-10-07 17:53:30 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-10-07 17:53:30 +0000 |
| commit | 3dff9b4169bbb218d30f6473a295b1a81e60c0cf (patch) | |
| tree | 079d95ba64687f79f72b4ef4f4e9666b17ad2036 | |
| parent | d16b647e7f499c012512b409e8146305fd788f3e (diff) | |
Notes
| -rw-r--r-- | usr.bin/tn3270/tools/mkhits/dohits.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/tn3270/tools/mkhits/dohits.c b/usr.bin/tn3270/tools/mkhits/dohits.c index afa36afb9c78..4e3dadb1362e 100644 --- a/usr.bin/tn3270/tools/mkhits/dohits.c +++ b/usr.bin/tn3270/tools/mkhits/dohits.c @@ -101,6 +101,7 @@ int value; item = &firstentry(second); this = (struct thing *) malloc(sizeof *this); + memset((void*)this,0,sizeof *this); this->next = *item; *item = this; this->value = value; |
