-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ksmbd: fix to convert SURROGATE PAIR
Garbled characters happen by using surrogate pair for filename. [Steps to Reproduce for bug] # touch $(echo -e '\xf0\x9d\x9f\xa3') # touch $(echo -e '\xf0\x9d\x9f\xa4') Try to open these files in ksmbd share through Windows client. Fix the bug about these functions do not consider about surrogate pair (and IVS). Signed-off-by: Namjae Jeon <[email protected]>
- Loading branch information
1 parent
b7e1fb4
commit 289d182
Showing
1 changed file
with
141 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters