• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

PHPOffice / PHPPresentation / 33961851893
94%

Build:
DEFAULT BRANCH: master
Ran 05 Sep 2026 10:58AM UTC
Jobs 1
Files 147
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

05 Sep 2026 10:53AM UTC coverage: 94.097% (+0.002%) from 94.095%
33961851893

push

github

web-flow
PowerPoint97 Reader : Read past the end of a stream without warning (#995)

* PowerPoint97 Reader : Read past the end of a stream without warning

The structures in a `PowerPoint Document` stream are read until a byte fails
a sanity check, and the zeros the last sector was padded with are what stops
that. `getInt1d()`, `getInt2d()` and `getInt4d()` indexed the string directly,
so a stream that ends without those zeros is read one byte past its end and
raises a warning for every byte of the read, once per structure the parser
walks off the end of.

The three now read through `getBytes()`, which pads a short read with the
zeros the sector would have held. Nothing changes for a stream that carries
its padding; a stream that does not is read to its end and stops there.

* PowerPoint97 Reader : Note the stream read in the changelog

* PowerPoint97 Reader : Take the false a short substr answers before PHP 8

6 of 6 new or added lines in 1 file covered. (100.0%)

11318 of 12028 relevant lines covered (94.1%)

71.2 hits per line

Jobs
ID Job ID Ran Files Coverage
1 33961851893.1 05 Sep 2026 10:57AM UTC 147
94.1
GitHub Action Run
Source Files on build 33961851893
  • Tree
  • List 147
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • db9478e6 on github
  • Prev Build on master (#33717342196)
  • Next Build on master (#34024560186)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc