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

teor2345 / tor / 624 / 3
50%
master: 64%

Build:
Build:
LAST BUILD BRANCH: ticket34200
DEFAULT BRANCH: master
Ran 16 Apr 2019 05:56AM UTC
Files 341
Run time 14s
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

16 Apr 2019 05:39AM UTC coverage: 0.0%. First build
COVERAGE_OPTIONS="--enable-coverage" HARDENING_OPTIONS=""

push

travis-ci

teor2345
rephist: fix an undeclared type compilation error

In 0.3.4 and later, we declare write_array as:
extern struct bw_array_t *write_array;
...
typedef struct bw_array_t bw_array_t;

But in 0.2.9, we declare write_array as:
typedef struct bw_array_t bw_array_t;
extern bw_array_t *write_array;

And then again in rephist.c:
typedef struct bw_array_t bw_array_t;

So some compilers fail with a duplicate declaration error.

We backport 684b396ce5, which removes the duplicate declaration.
And this commit deals with the undeclared type error.

Backports a single line from merge commit 813019cc57.

Fixes bug 30184; not in any released version of Tor.

0 of 0 relevant lines covered (NaN%)

0.0 hits per line

Source Files on job 624.3 (COVERAGE_OPTIONS="--enable-coverage" HARDENING_OPTIONS="")
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 222
  • Travis Job 624.3
  • 05d25d06 on github
  • Next Job for COVERAGE_OPTIONS="--enable-coverage" HARDENING_OPTIONS="" on bug30184_029 (#625.3)
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