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

stefanberger / libtpms / 1299
77%

Build:
DEFAULT BRANCH: master
Ran 24 Apr 2020 09:28PM UTC
Jobs 1
Files 450
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

pending completion
1299

push

travis-ci

Stefan Berger
tpm2: Add a pAssert after a statement causing unfounded Coverity complaint

This is the Coverity complaint about the line

infoDataSize = TimeGetMarshaled(&infoData);

CID 1402057: Out-of-bounds access (OVERRUN)
1. overrun-buffer-val: Overrunning array infoData of 32 bytes by passing
  it to a function which accesses it at byte offset 255.

TimeGetMarshaled() correctly serializes into &infoData, which is casted to
a buffer and then the data are written into the buffer. Also only 25 bytes,
as indicated by infoDataSize, are used, which is less than sizeof(infoData),
which is 32.

Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>

28832 of 37196 relevant lines covered (77.51%)

60366.6 hits per line

Jobs
ID Job ID Ran Files Coverage
2 1299.2 (COVERITY_SCAN_TOKEN=[secure] CONFIG="--with-openssl --prefix=/usr --with-tpm2 --enable-test-coverage" TARGET="install" NPROC="nproc") 24 Apr 2020 09:28PM UTC 0
77.51
Travis Job 1299.2
Source Files on build 1299
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1299
  • 92d1544b on github
  • Prev Build on master (#1291)
  • Next Build on master (#1306)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc