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

rurban / re-engine-PCRE2 / 167
100%

Build:
DEFAULT BRANCH: master
Ran 05 May 2017 12:48PM UTC
Jobs 1
Files 1
Run time 1s
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
167

push

travis-ci

rurban
Fix a warning about uninitialized variable table firstbitmap

GCC 7.0.1 produced this warning:

PCRE2.c: In function ‘XS_re__engine__PCRE2_firstbitmap’:
PCRE2.xs:711:8: warning: ‘table’ may be used uninitialized in this function [-Wmaybe-uninitialized]
     if (table) {
        ^
PCRE2.xs:707:11: note: ‘table’ was declared here
     char* table;
           ^~~~~

It proved it's was a wrong pcre2_pattern_info() invocation.
pcre2_pattern_info() for PCRE2_INFO_FIRSTBITMAP requires a pointer to
pointer because it stores a pointer on the address where the argument
points.

5 of 5 relevant lines covered (100.0%)

14.8 hits per line

Jobs
ID Job ID Ran Files Coverage
10 167.10 (COVERAGE=1 AUTHOR_TESTING=1 RELEASE_TESTING=1) 05 May 2017 12:48PM UTC 0
100.0
Travis Job 167.10
Source Files on build 167
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #167
  • 4601fde2 on github
  • Prev Build on master (#161)
  • Next Build on master (#172)
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