[Webkit-unassigned] [Bug 118483] WebVTTParser's identifier buffering can ignore subsequent lines

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 8 14:25:27 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=118483





--- Comment #2 from Brendan Long <b.long at cablelabs.com>  2013-07-08 14:27:28 PST ---
I guess I should explain the patch: If `position == line.sizeInBytes()`, then we haven't parsed a line ending yet, so it's safe to continue buffering. If `position > line.sizeInBytes()`, then we parsed the entire line and should check it now.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list