Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix hang on invalid UTF-8 data in string_view iterator (#18039)
The `cudf::string_view::const_iterator` provides functions that navigate through UTF-8 variable-length characters appropriately. This PR fixes the iterator increment logic to prevent a possible infinite loop when the iterator wraps invalid UTF-8 encoded memory, Authors: - David Wendt (https://github.com/davidwendt) Approvers: - Robert (Bobby) Evans (https://github.com/revans2) - Shruti Shivakumar (https://github.com/shrshi) - Vukasin Milovanovic (https://github.com/vuule) URL: #18039
- Loading branch information