Cross Reference: Bug15993811.patch
xref
: /
solaris-userland-s11u3
/
components
/
ksh93
/
patches
/
Bug15993811.patch
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
2619
N/A
---
a/src/cmd/ksh93/sh/nvtype.c
Mon Jun 24 07:10:02 2013
2619
N/A
+++
b/src/cmd/ksh93/sh/nvtype.c
Mon Jun 24 08:33:32 2013
2619
N/A
@@ -925,8 +925,6 @@
2619
N/A
}
2619
N/A
offset = roundof(offset,sizeof(char*));
2619
N/A
nv_setsize(mp,offset);
2619
N/A
- if(nd)
2619
N/A
- nd++;
2619
N/A
k = roundof(sizeof(Namtype_t),sizeof(Sfdouble_t)) - sizeof(Namtype_t);
2619
N/A
pp = newof(NiL, Namtype_t, 1, nnodes*NV_MINSZ + offset + size + (nnodes+nd)*sizeof(char*) + iref*sizeof(struct Namref)+k);
2619
N/A
pp->
fun.dsize
= sizeof(Namtype_t)+nnodes*NV_MINSZ +offset+k;