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

tpm2-software / tpm2-tss / 1576
36%

Build:
DEFAULT BRANCH: master
Ran 10 Sep 2018 06:13PM UTC
Jobs 1
Files 285
Run time 28s
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
1576

push

travis-ci

tstruk
Fixed a bug in the logging of a response header tag in Tss2_Sys_Execute.c

In case of an invalid tag in the TPM's response, Tss2_Sys_Execute.c
prints that tag using LOG_ERROR. It uses the platform's format string
for 32-bit varibles. The structure definition of the response header
defines a 16-bit variable for the tag. This leads to format string
warnings on some platforms. Therefore, the format string was changed
from PRIx32 to PRIx16, the platform's format string for 16-bit
variables.

* Changed the format string for the response tag in a call to the logging
function in Tss2_Sys_Execute.c

Signed-off-by: Lukas Jäger <lukas.jaeger@sit.fraunhofer.de>

16886 of 20038 relevant lines covered (84.27%)

182.13 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1576.1 10 Sep 2018 06:13PM UTC 0
84.27
Travis Job 1576.1
Source Files on build 1576
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1576
  • 2508c358 on github
  • Prev Build on master (#1575)
  • Next Build on master (#1577)
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