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

realm / realm-core / 2443 / 1
91%
master: 91%

Build:
DEFAULT BRANCH: master
Ran 27 Jun 2024 07:30PM UTC
Files 645
Run time 24s
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

27 Jun 2024 05:43PM UTC coverage: 90.648% (+0.03%) from 90.623%
2443.1

push

Evergreen

web-flow
Fix compacting a Realm file using the existing encryption key (#7844)

`compact()` stored the existing encryption key in a `std::string`, which
expects a nul-terminated string, not a fixed-size buffer. If the key contained
any nul bytes then the key would be truncated and garbage data would be used as
the encryption key instead, and if it didn't then arbitrarily large additional
amounts of memory would also be copied into the buffer. The tests happened to
always use a nul-terminated string as the key and so worked by coincidence.

95926 of 178028 branches covered (53.88%)

210135 of 231814 relevant lines covered (90.65%)

2977580.01 hits per line

Source Files on job ubuntu-x86_64 - 2443.1
  • Tree
  • List 645
  • Changed 380
  • Source Changed 7
  • Coverage Changed 24
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 2443
  • 98fe08e8 on github
  • Prev Job for on master (#2442.1)
  • Next Job for on master (#2444.2)
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