mirror of
https://github.com/RomanBelkov/DiskImager.git
synced 2026-05-15 14:15:51 -06:00
[PR #11] Fix accidental use of 32 bit arithemitc when analysing MBR #11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/RomanBelkov/DiskImager/pull/11
Author: @Dave-7
Created: 3/13/2021
Status: 🔄 Open
Base:
master← Head:MBR-Fix📝 Commits (1)
a30dd33Fix accidental use of 32 bit arithemitc when analysing MBR📊 Changes
1 file changed (+6 additions, -6 deletions)
View changed files
📝
DiskImager/Disk.cs(+6 -6)📄 Description
All MDR arritmetice should be in int64 - so force this with long constants
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.