Content-Length: 256641 | pFad | http://github.com/Unidata/netcdf-c/pull/2633/commits/776282348389f41b2fb323588af452a4f9c97b87

2E 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 another uninitialized issue.
  • Loading branch information
WardF committed Feb 21, 2023
commit 776282348389f41b2fb323588af452a4f9c97b87
4 changes: 2 additions & 2 deletions nc_test/util.c
Original file line number Diff line number Diff line change
Expand Up @@ -413,8 +413,8 @@ int dbl2nc ( const double d, const nc_type xtype, void *p)
double
hash( const nc_type xtype, const int rank, const size_t *index )
{
double base;
double result;
double base = 0;
double result = 0;
int d; /* index of dimension */

/* If vector then elements 0 & 1 are min & max. Elements 2 & 3 are */
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/776282348389f41b2fb323588af452a4f9c97b87

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy