Moment icon indicating copy to clipboard operation
Moment copied to clipboard

Crash with SDK 7 iOS when typing 123

Open stanamas opened this issue 12 years ago • 0 comments

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.

stanamas avatar Sep 04 '13 13:09 stanamas