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

realm / realm-core / 2444 / 2
91%
master: 91%

Build:
DEFAULT BRANCH: master
Ran 28 Jun 2024 12:15AM UTC
Files 653
Run time 32s
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.51%. Remained the same
2444.2

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.

95860 of 178116 branches covered (53.82%)

210749 of 232847 relevant lines covered (90.51%)

2754351.59 hits per line

Source Files on job macos-arm64 - 2444.2
  • Tree
  • List 0
  • Changed 369
  • Source Changed 7
  • Coverage Changed 34
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 2444
  • 98fe08e8 on github
  • Prev Job for on master (#2442.2)
  • Next Job for on master (#2445.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