-
-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
Given the input string "A\nB", the Tehreer stack will crash when creating the second line of the run. The fix is to pass the paragraph starting offset to SBParagraphCreateLine(...)
here:
SBLineRef line = SBParagraphCreateLine(paragraph, 0, paraLen); |
The fix should look like this:
SBLineRef line = SBParagraphCreateLine(paragraph, paraStart, paraLen);
Metadata
Metadata
Assignees
Labels
No labels