mirror of
https://github.com/aaru-dps/Aaru.git
synced 2026-02-04 00:54:33 +00:00
[PR #85] [MERGED] Fix unsigned vs. signed problem #1045
Reference in New Issue
Block a user
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/aaru-dps/Aaru/pull/85
Author: @darkstar
Created: 12/20/2017
Status: ✅ Merged
Merged: 12/20/2017
Merged by: @claunia
Base:
master← Head:fixes📝 Commits (1)
b030712Fix unsigned vs. signed problem📊 Changes
3 files changed (+12 additions, -12 deletions)
View changed files
📝
DiscImageChef.Devices/Device/Constructor.cs(+4 -4)📝
DiscImageChef.Devices/Windows/ListDevices.cs(+4 -4)📝
DiscImageChef.Devices/Windows/Structs.cs(+4 -4)📄 Description
Fix crash on Windows when using
list-devices.Problem is that the fields in the
StorageDeviceDescriptorare uint, then checked against> 0, then cast to int, which crashes the string indexing inCToString(...)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.