Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rust-minidump/minidump-writer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.10.0
Choose a base ref
...
head repository: rust-minidump/minidump-writer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.10.1
Choose a head ref
  • 9 commits
  • 7 files changed
  • 3 contributors

Commits on Aug 30, 2024

  1. Perform checked arithmetic as a defensive measure.

    This also bumps the version of `goblin` to at least 0.8.2, which allows
    us to clean up some code.
    afranchuk committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    52f3946 View commit details
    Browse the repository at this point in the history
  2. Only use the shstrtab if it has the correct type.

    This avoids continuing the logic if the section header table isn't
    present (except for the contrived case where the random bytes happen to
    be the correct section type).
    afranchuk committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    66ffdb1 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Merge pull request #129 from afranchuk/checked-add

    Perform a checked add in the ptrace dumper ModuleMemory impl.
    gabrielesvelto authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    2fbb435 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Try to read the build id from the mapping file if reading from the

    process memory fails.
    
    We could potentially generalize this behavior to occur for SONAME as
    well, however it's likely unnecessary.
    
    Closes #134.
    afranchuk committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    92326df View commit details
    Browse the repository at this point in the history
  2. Merge pull request #135 from afranchuk/buildid-fallback

    Try to read the build id from the mapping file if reading from the process memory fails.
    gabrielesvelto authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    771cabf View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    99bba88 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Merge pull request #136 from afranchuk/nonzero-msrv

    Use NonZeroUsize rather than generic NonZero, which is a fairly recent addition.
    gabrielesvelto authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    f9af785 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Update CHANGELOG

    Jake-Shadle committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    33e6c48 View commit details
    Browse the repository at this point in the history
  2. Release 0.10.1

    Jake-Shadle committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    86febec View commit details
    Browse the repository at this point in the history
Loading