Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix partitioner on disks with secotor size other than 512 #582

Merged
merged 1 commit into from
Oct 28, 2024

Fix partitioner on disks with secotor size other than 512

f30f290
Select commit
Loading
Failed to load commit list.
Merged

Fix partitioner on disks with secotor size other than 512 #582

Fix partitioner on disks with secotor size other than 512
f30f290
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / gosec succeeded Oct 24, 2024 in 5s

No new alerts in code changed by this pull request

Annotations

Check failure on line 45 in pkg/partitioner/disk.go

See this annotation in the file changed.

Code scanning / gosec

integer overflow conversion uint -> int64 Error

integer overflow conversion int64 -> uint64

Check failure on line 56 in pkg/partitioner/disk.go

See this annotation in the file changed.

Code scanning / gosec

integer overflow conversion uint -> int64 Error

integer overflow conversion int64 -> uint64