Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > 7445888659893398b01d014bc633b458 > files > 14

ksh-20100621-18.el5.src.rpm

diff -up ksh-20100202/src/cmd/ksh93/sh/nvdisc.c.leak ksh-20100202/src/cmd/ksh93/sh/nvdisc.c
--- ksh-20100202/src/cmd/ksh93/sh/nvdisc.c.leak	2009-12-17 16:49:09.000000000 +0100
+++ ksh-20100202/src/cmd/ksh93/sh/nvdisc.c	2010-05-17 10:41:06.000000000 +0200
@@ -1337,7 +1337,7 @@ Dt_t *nv_dict(Namval_t* np)
 Namval_t *nv_mount(Namval_t *np, const char *name, Dt_t *dict)
 {
 	Namval_t *mp, *pp=0;
-	struct table *tp = newof((struct table*)0, struct table,1,0);
+	struct table *tp;
 	if(name)
 	{
 		if(nv_istable(np))