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
in contrib/ecalhdf5/src/eh5_meas_dir.cpp, in the second ctor (line 52), you should set access_ (to RDONLY) so that the nested call to Close() does not read from uninitialized memory.
The text was updated successfully, but these errors were encountered:
Hey there,
in
contrib/ecalhdf5/src/eh5_meas_dir.cpp
, in the second ctor (line 52), you should setaccess_
(toRDONLY
) so that the nested call toClose
() does not read from uninitialized memory.The text was updated successfully, but these errors were encountered: