Patch Note for v7.3.0.130
Patch Information | |
---|---|
Release | v7.3.0.130 |
Date | 2023-12-07 |
Document Version | 1 |
Resolved Issues
-
AGT-47040 [CS1489372]: Non-paged pool memory usage was high; Crash during dataxform
CTE Agent was leaking memory while migration from ProtectFile to CTE was in progress. If a large number of files were being migrated, CTE leaked enough memory to crash the system. This has been fixed.
-
AGT-47218 [CS1481666]: Mapped drive accesses not going through CTE when using VMLFS driver
On Windows 2019 OS, a mapped network drive path is missing a second semi-colon that previous Windows operating systems provided. This missing second semi-colon caused the Thales Layered File System (LFS) driver's parsing method to treat it as a normal path instead of a mapped drive path to a URL. The fix was to allow for the missing semi-colon in the mapped drive path as Windows constructs it on that OS.
-
AGT-48430 [CS1502886] | AGT-48361[CS1502214] | AGT-48671 [CS1503511]: DFRSPrivate folder encrypted with LDT after CTE agent upgrade crashed with VMLFS driver
The issue occurred because of a complication in the LFS driver when attempting to process a passthrough file and manage an alternate data stream. Passthrough files are not to be encrypted. The fix is to bypass
zone.identifer
in the create path, so that the driver does not attempt to process reads or writes. -
AGT-48566: [CS1507485] System crashed while LDT
CTE Agent was accessing invalid memory during the LDT process. This issue was occurring only when the LDT process was exiting early for an unrelated reason.