mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-17 16:50:18 +08:00
Addressed Coverity issue 711923, 'Uninitialized scalar variable'.
This commit is contained in:
parent
4980b9f4e1
commit
3245398d86
@ -86,6 +86,7 @@ filllist(Symbol* tsym, Datalist* dl)
|
||||
int i;
|
||||
Datalist* sublist;
|
||||
NCConstant con;
|
||||
con.filled = 0;
|
||||
|
||||
ASSERT(tsym->objectclass == NC_TYPE);
|
||||
switch (tsym->subclass) {
|
||||
|
Loading…
Reference in New Issue
Block a user