| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
In two places, we were counting things in an array using an 'int'. In
theory, the int could overflow, so gcc determines this to be undefined
behaviour.
The fix is to use size_t or ssize_t instead.
(cherry picked from commit d66dd2260c724bdfe57a8595aac37c8e9173cee5)
|
|
|
|
| |
(cherry picked from commit e9e0920c00c55894358559bcdbd89d55cbb66d2a)
|
|
|
|
| |
(cherry picked from commit 4504f424f5589f81086f5250674b55708e162e5f)
|
|
|
|
| |
(cherry picked from commit c8a11468c4dc761acdcb9b184d345bafe1b5114d)
|
|
|
|
| |
(cherry picked from commit badf2d6c4d2c2a3e12bad4dcbd5854401156bb5f)
|
|
This tool allows you to easily reformat a disk, creating a blank disk
with optional partition, LVM and empty filesystem.
|