-
Notifications
You must be signed in to change notification settings - Fork 24
Comparing changes
Open a pull request
base repository: rust-minidump/minidump-writer
base: 0.10.0
head repository: rust-minidump/minidump-writer
compare: 0.10.1
- 9 commits
- 7 files changed
- 3 contributors
Commits on Aug 30, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 52f3946 - Browse repository at this point
Copy the full SHA 52f3946View commit details -
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).
Configuration menu - View commit details
-
Copy full SHA for 66ffdb1 - Browse repository at this point
Copy the full SHA 66ffdb1View commit details
Commits on Sep 3, 2024
-
Merge pull request #129 from afranchuk/checked-add
Perform a checked add in the ptrace dumper ModuleMemory impl.
Configuration menu - View commit details
-
Copy full SHA for 2fbb435 - Browse repository at this point
Copy the full SHA 2fbb435View commit details
Commits on Sep 6, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 92326df - Browse repository at this point
Copy the full SHA 92326dfView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 771cabf - Browse repository at this point
Copy the full SHA 771cabfView commit details
Commits on Sep 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 99bba88 - Browse repository at this point
Copy the full SHA 99bba88View commit details
Commits on Sep 17, 2024
-
Merge pull request #136 from afranchuk/nonzero-msrv
Use NonZeroUsize rather than generic NonZero, which is a fairly recent addition.
Configuration menu - View commit details
-
Copy full SHA for f9af785 - Browse repository at this point
Copy the full SHA f9af785View commit details
Commits on Sep 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 33e6c48 - Browse repository at this point
Copy the full SHA 33e6c48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86febec - Browse repository at this point
Copy the full SHA 86febecView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.10.0...0.10.1