File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 1+ So far unreleased changes
2+ -------------------------
3+
4+ * Fixed incorrect warnings for no-head ranks if using dedicated processes.
5+ * Fixed problem with renaming/erasing local files if using dedicated processes.
6+ * Fixed problem with creating files/directories which already exist and deleting files/directories which don't exist.
7+ * Moved some global variables into static.
8+ * Removed some unused variables or code.
9+ * Fixed buffer overflow in jerasure library.
10+ * Fixed some not null terminated string bugs.
11+ * Fixed many unchecked or ignored return value form standard library functions.
12+ * Fixed some uninitialized variable problems.
13+ * Corrected some misleading warning/error messages.
14+ * Fixed many resource leaks.
15+ * Fixed many potential memory leaks.
16+ * Fixed many TOCTOU problems.
17+ * Added header file with declarations of all library functions.
18+ * Added option to build examples.
19+ * Added cmake files to build dependencies and examples.
20+ * Cleaned library interface.
You can’t perform that action at this time.
0 commit comments