Content-Length: 255378 | pFad | http://github.com/Unidata/netcdf-c/pull/2633/commits/df7f6ec5719a5ce89f4de129420c1d8c5c1f8161

3D A small, but meaningful start, to addressing undefined behavior by WardF · Pull Request #2633 · Unidata/netcdf-c · GitHub
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A small, but meaningful start, to addressing undefined behavior #2633

Merged
merged 6 commits into from
Feb 24, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Correct undefined variable error.
  • Loading branch information
WardF committed Feb 21, 2023
commit df7f6ec5719a5ce89f4de129420c1d8c5c1f8161
2 changes: 1 addition & 1 deletion nc_test/util.c
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,7 @@ check_dims(int ncid)
void
check_vars(int ncid)
{
size_t index[MAX_RANK];
size_t index[MAX_RANK] = {0};
char text, name[NC_MAX_NAME];
int i, err; /* status */
size_t j;
Expand Down








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/Unidata/netcdf-c/pull/2633/commits/df7f6ec5719a5ce89f4de129420c1d8c5c1f8161

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy