bug fix in fopen64 wrapper
The MAP_OR_FAIL macro is resolving fopen rather than fopen64, causing a NULL function pointer to be executed in the wrapper in the case of using Darshan's LD_PRELOAD mechanism.
Please register or sign in to comment
The MAP_OR_FAIL macro is resolving fopen rather than fopen64, causing a NULL function pointer to be executed in the wrapper in the case of using Darshan's LD_PRELOAD mechanism.