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

fixed warning and memory problems in degrib2 #223

Merged
merged 5 commits into from
Jun 26, 2023
Merged

Conversation

edwardhartnett
Copy link
Contributor

@edwardhartnett edwardhartnett commented Jun 26, 2023

Fixes #222
Fixes #220
Fixes #224
Fixes #228
Fixes #226
Part of #191

Fix a memory problem in degrib2, where the code attempts to access element 0 of an array. Also fixed length of strings for level and time abbrevs which was too short, causing memory problems.

Also fix a warning about a continuation character in the middle of a string.

@edwardhartnett edwardhartnett changed the title fixed warning and memory problem in degrib2 fixed warning and memory problems in degrib2 Jun 26, 2023
@edwardhartnett edwardhartnett merged commit a65102e into develop Jun 26, 2023
@edwardhartnett edwardhartnett deleted the ejh_mem_fix branch June 26, 2023 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment