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
All of the fixes that come with patch release 8.4.1 are also available in beta tag v8.5.0b18 and newer.
...
A bug in the implementation of method ESMF_FieldGet() was fixed. The problematic code was accessing the optional, intent(out) “name” argument without the proper present() check. As a consequence, code not specifying an actual “name” argument when making this call was at risk of suffering from memory corruption issues. Due to the fact that the ESMF library internally is making calls to ESMF_FieldGet() without passing the “name” argument, it must be assumed that all user code is at risk of memory corruption issues when using ESMF 8.4.0.
will also be in v8.5.0b18.
We currently have v8.5.0b13 in ESMA-Baselibs, so once v8.5.0b18 is available in the repo, we need to update Baselibs.
The text was updated successfully, but these errors were encountered:
Per @theurich, the fixes in ESMF v8.4.1:
will also be in v8.5.0b18.
We currently have v8.5.0b13 in ESMA-Baselibs, so once v8.5.0b18 is available in the repo, we need to update Baselibs.
The text was updated successfully, but these errors were encountered: