|
5 | 5 | Release Notes |
6 | 6 | ============= |
7 | 7 |
|
| 8 | +------------- |
| 9 | +Version 5.8.4 |
| 10 | +------------- |
| 11 | + |
| 12 | ++ **Major bug fixes** |
| 13 | + **[XrdPfc]** Fix XCache crash caused by use-after-free (#2533) |
| 14 | + **[XrdSecsss]** Fix null pointer dereference in XrdSecsssKT::getKey() |
| 15 | + **[XrdXrootd]** Fix server segfaults while computing checksums (#2534) |
| 16 | + |
| 17 | ++ **Minor bug fixes** |
| 18 | + **[CMake]** Remove -D from ${XRootD_DEFINITIONS} in XRootDConfig.cmake (#2543) |
| 19 | + **[Server]** Improve rename error message when it fails due to overwrite |
| 20 | + **[Tests]** Fix memory leak in scitokens test reported by adress sanitizer (#2554) |
| 21 | + **[XrdApps]** Fix memory leak reported by adress sanitizer (#2553) |
| 22 | + **[XrdCl]** Add missing CpRetryPolicy to defaults |
| 23 | + **[XrdCl]** Avoid losing error response during retry at different server (#2537) |
| 24 | + **[XrdCl]** Do not apply timeout of Channel to its redirect-collapsed replacement (#2549) |
| 25 | + **[XrdCl]** Fix recursive copies with TLS enabled (#2490) |
| 26 | + **[XrdCl]** Request for hostname in replies to locate requests (#2540, #2551) |
| 27 | + **[XrdOuc]** Fix strncpy parameter overlap reported by address sanitizer |
| 28 | + **[XrdOssCsi]** Do not write sparse tag files when using nofill option (#2557) |
| 29 | + **[XrdPosix]** Fix one-definition-rule (ODR) violations in 32bit systems (#2032) |
| 30 | + **[XrdPosix]** Match function prototypes with respective syscalls (#2032) |
| 31 | + **[XrdSecsss]** Avoid potential use of uninitialized memory in XrdSecsssKT::ktDecode0() |
| 32 | + |
| 33 | ++ **Miscellaneous** |
| 34 | + **[CI]** Add GCC/Clang compiler problem matcher to GitHub Actions |
| 35 | + **[CMake]** Add option to enable sanitizers in test.cmake |
| 36 | + **[CMake]** Display C/C++ compile flags in configuration summary |
| 37 | + **[Misc]** Add GitHub issue templates |
| 38 | + **[XrdCl]** Add missing CpRetryPolicy to list of defaults |
| 39 | + **[XrdOssCsi]** Use std::less to compare pointers (#2557) |
| 40 | + **[Tests]** Add simple integration tests for XrdPosix and XrdDig |
| 41 | + **[Tests]** Add test of connection failure or hostname failure after redirect (#2537) |
| 42 | + |
8 | 43 | ------------- |
9 | 44 | Version 5.8.3 |
10 | 45 | ------------- |
|
0 commit comments