Skip to content

Bump ptcov from 0.1.3 to 0.2.0 - #3908

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/ptcov-0.2.0
Open

Bump ptcov from 0.1.3 to 0.2.0#3908
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/ptcov-0.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps ptcov from 0.1.3 to 0.2.0.

Changelog

Sourced from ptcov's changelog.

0.2.0 - 2026-08-25

Breaking

  • Removed the event, mtc, pwr and tsc features. The packets they gated (TSC, MTC, TMA, MWAIT, PWRE, PWRX, EXSTOP, CFE, EVD) are now always skipped during decoding, so traces containing them decode instead of failing with MalformedPacket.
  • cyc is now a default feature, so CYC packets no longer fail to decode by default.
  • Coverage maps may differ from the ones produced by 0.1.x, the fixes below change which edges are recorded.

Fixed

  • Panic (index out of bounds) when parsing a CYC packet whose counter exceeds 15 bytes or is truncated by the end of the trace. Reachable by default now that cyc is enabled.
  • Panic (todo!) on a VMCS or MODE.Exec packet bound to a FUP, and on an OVF packet inside PSB+. An OVF is now treated as terminating PSB+ (SDM 34.3.7).
  • filter_vmx_non_root was reset by every PSB, recording VMX root execution until the next PIP.
  • An IP falling exactly on the end of an image resolved to that image instead of the adjacent one.
  • Out of bounds write when coverage() was called with a smaller map than a previous call.
  • The TNT cache consumed one taken/not-taken decision too many on a hit, and replayed entries that restored the fall-through address of an indirect branch. Both corrupted coverage in builds without retc.
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [ptcov](https://github.com/Marcondiro/ptcov) from 0.1.3 to 0.2.0.
- [Changelog](https://github.com/Marcondiro/ptcov/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Marcondiro/ptcov/commits)

---
updated-dependencies:
- dependency-name: ptcov
  dependency-version: 0.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants