Prevent a potential out of bounds read if one days some files are larger than Exabyte
modified libpkg/pkg_printf.c
@@ -2055,7 +2055,7 @@ human_number(struct sbuf *sbuf, int64_t number, struct percent_esc *p)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -2083,6 +2083,9 @@ human_number(struct sbuf *sbuf, int64_t number, struct percent_esc *p)
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|