[PR #11] Fix accidental use of 32 bit arithemitc when analysing MBR #11

Open
opened 2026-05-05 04:41:09 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RomanBelkov/DiskImager/pull/11
Author: @Dave-7
Created: 3/13/2021
Status: 🔄 Open

Base: masterHead: MBR-Fix


📝 Commits (1)

  • a30dd33 Fix 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.

## 📋 Pull Request Information **Original PR:** https://github.com/RomanBelkov/DiskImager/pull/11 **Author:** [@Dave-7](https://github.com/Dave-7) **Created:** 3/13/2021 **Status:** 🔄 Open **Base:** `master` ← **Head:** `MBR-Fix` --- ### 📝 Commits (1) - [`a30dd33`](https://github.com/RomanBelkov/DiskImager/commit/a30dd332b57dc6e5c3d81ff44f96db4277a95684) Fix accidental use of 32 bit arithemitc when analysing MBR ### 📊 Changes **1 file changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `DiskImager/Disk.cs` (+6 -6) </details> ### 📄 Description All MDR arritmetice should be in int64 - so force this with long constants --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror added the
pull-request
label 2026-05-05 04:41:09 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/DiskImager#11
No description provided.