You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While trying to use a NetCDF4 file provided by a user I was hitting an error that we ultimately traced to the fact that nf90_get_att was returning a character string with a C null terminator at the end. We are not sure if it is this file but we do need to protect against this. I will make a PR.
The text was updated successfully, but these errors were encountered:
While trying to use a NetCDF4 file provided by a user I was hitting an error that we ultimately traced to the fact that
nf90_get_att
was returning a character string with a C null terminator at the end. We are not sure if it is this file but we do need to protect against this. I will make a PR.The text was updated successfully, but these errors were encountered: