|
Ran
|
Jobs
3
|
Files
153
|
Run time
17min
|
Badge
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>
9557 of 12044 branches covered (79.35%)
14971 of 17690 relevant lines covered (84.63%)
90468.57 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 2758.1 | 0 |
84.6 |
Travis Job 2758.1 | |
| 2 | 2758.2 | 0 |
84.6 |
Travis Job 2758.2 | |
| 3 | 2758.3 | 0 |
84.63 |
Travis Job 2758.3 |