-
Notifications
You must be signed in to change notification settings - Fork 7
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
bufr_load_template() doesn't look like it should even work #61
Comments
(by vanh-souvanlasy) |
(by vanh-souvanlasy) |
(by chris-beauregard) |
(by vanh-souvanlasy) |
(by chris-beauregard) |
bufr_load_template() contains:
EntryTableB *e;
...
if (strcmp( tok, "VALUE")==0)
...
if (e != NULL)
Problem is, e is never actually initialized anywhere. I'm not sure why it hasn't failed in production.
Imported from Launchpad using lp2gh.
The text was updated successfully, but these errors were encountered: