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

tpm2-software / tpm2-abrmd / 1007
80%

Build:
DEFAULT BRANCH: master
Ran 03 Jan 2019 08:39PM UTC
Jobs 2
Files 64
Run time 54s
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
1007

push

travis-ci

flihp
Mask object addresses in debug output.

Dumping the address of a GObject in debug output is useful as a
mechanism for tracking objects. This effectively uses the address of the
object as an ID value. This is however undesirable as there is a
possibility that a system may be deployed with debug output turned on
mistakenly. This would case the log file to contain info that may be
used to weaken ASLR.

To combat this we add a new function to the util module that we use to
mask object addresses. This is done by combining the address with a
random value using the bitwise exclusive or (aka XOR) operation. The
random value / seed is initialized by adding another new function to
initialize the 'util' module. This function must be called before any
addresses are masked.

Signed-off-by: Philip Tricca <philip.b.tricca@intel.com>

0 of 0 relevant lines covered (NaN%)

0.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1007.1 (SCANBUILD="scan-build --status-bugs" CFLAGS=-D_REENTRANT) 03 Jan 2019 08:40PM UTC 0
0.0
Travis Job 1007.1
2 1007.2 (SCANBUILD= CONFIG_EXTRA=--enable-code-coverage) 03 Jan 2019 08:39PM UTC 0
0.0
Travis Job 1007.2
Source Files on build 1007
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1007
  • a64909b8 on github
  • Prev Build on master (#999)
  • Next Build on master (#1008)
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