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

Crash with SDK 7 iOS when typing 123 #11

Open
stanamas opened this issue Sep 4, 2013 · 0 comments
Open

Crash with SDK 7 iOS when typing 123 #11

stanamas opened this issue Sep 4, 2013 · 0 comments

Comments

@stanamas
Copy link
Contributor

stanamas commented Sep 4, 2013

It will crash when it is used in iOS SDK7:

typing 123 will crash and pointing to:
line 171 of tokeIt.l

hr[2] = ':';
strncat(hr, &new[1], 2);
hr[5] = '\0';

When they are disabled, it works fine.

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