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

dcdpr / jp / 20601200953
58%

Build:
DEFAULT BRANCH: main
Ran 30 Dec 2025 04:36PM UTC
Jobs 1
Files 171
Run time 1min
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

30 Dec 2025 04:34PM UTC coverage: 50.643% (-0.008%) from 50.651%
20601200953

push

github

web-flow
fix(tombmap): prevent dangling pointer in `Mut` wrapper (#351)

The `Mut::new_untracked` constructor was previously creating a
`ptr::NonNull` from a temporary `HashSet` created on the stack. This
resulted in a dangling pointer that would cause undefined behavior when
accessed during dereferencing or when calling `get_mut`.

The `modified` field in `Mut` is now an `Option`. When created via
`Mut::new_untracked`, it is set to `None`, and modification tracking is
skipped. `IterMut` continues to provide the pointer to its internal
tracking set to ensure that modifications via iterator are still
correctly captured.

Signed-off-by: Jean Mertz <git@jeanmertz.com>

6 of 18 new or added lines in 1 file covered. (33.33%)

9100 of 17969 relevant lines covered (50.64%)

127.97 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
12
44.21
-0.19% crates/jp_tombmap/src/lib.rs
Jobs
ID Job ID Ran Files Coverage
1 20601200953.1 30 Dec 2025 04:36PM UTC 171
50.64
GitHub Action Run
Source Files on build 20601200953
  • Tree
  • List 171
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #20601200953
  • 587595fe on github
  • Prev Build on main (#20600815465)
  • Next Build on main (#20607535025)
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