Ran
|
Files
153
|
Run time
4min
|
Badge
Embed ▾
README BADGES
|
push
travis-ci
<a href="https://github.com/wikimedia/parsoid/commit/77064cfff">Fix OOM when parsing template By extending source similar to the js side. With a bonus sanitizer fix. What seems to be happening is that although the `$extSrc` shouldn't exceed the input length as written, because `strlen( $extSrc )` can be less than the start position `$dp->tsr->start`, the combination of the two can exceed it so that the `$skipPos` is off the end. Presumably, this puts the tokenizer in a sad state. Bug: T226451 Change-Id: I</a><a class="double-link" href="https://github.com/wikimedia/parsoid/commit/858fadb29">858fadb29</a>
9555 of 12044 branches covered (79.33%)
14966 of 17690 relevant lines covered (84.6%)
29666.74 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|