Description
Remove denial of service when being offered files with names containing non-ASCII characters.
Mitigation
Attempt to convert the file name to a usable encoding, or fail gracefully in the case of an invalid file name.
Remove denial of service when being offered files with names containing non-ASCII characters.
Attempt to convert the file name to a usable encoding, or fail gracefully in the case of an invalid file name.