Details
-
Task
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Done
-
None
-
None
Description
A recent bug in XTS recovery was caused by the use of == to compare Strings. String#equals(...) should have been used.
We need to search the XTS codebase for other occurrences of this type of bug.