Closed Haddayn closed 9 years ago
Invalid UTF-8 caused G_IO_STATUS_ERROR in dropbox_write(), when a file with such path was selected, which in turn resulted in 'crash'.
I recreated the bug by creating a file with an invalid encoding with: touch $(echo -e \\xAD) and verified that this indeed fixes it. Thanks for the patch.
touch $(echo -e \\xAD)
Invalid UTF-8 caused G_IO_STATUS_ERROR in dropbox_write(), when a file with such path was selected, which in turn resulted in 'crash'.