Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS keyboard character import infinite loop #27

Open
mathieugarcia opened this issue Mar 14, 2012 · 0 comments
Open

iOS keyboard character import infinite loop #27

mathieugarcia opened this issue Mar 14, 2012 · 0 comments

Comments

@mathieugarcia
Copy link

On iOS, while inputting text from the system keyboard, some characters will make nglString::Import run into an infinite loop, while converting characters (UTF8 I guess).

The bug can be triggered by following these steps:

  • Bring the iOS keyboard
  • Press the ".?123" button to bring special characters
  • Hold and press the "-" button
  • Select the second dash character

nglString::Import(int32&, const char*, int32, nglStringConv&) will loop forever in the do/while statement.
(to_read = 2, to_write = 2, rOffset = 0)

Tested on iPad - iOS 5.0 and 5.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant