wok view busybox/stuff/busybox-1.27-df.u @ rev 20283

security fixes from 0.3.1.9 (2017 Dec 1) and 0.3.1.10 (March 3)... further info: https://blog.torproject.org/new-stable-tor-releases-security-fixes-and-dos-prevention-03210-03110-02915
author Erkan Yilmaz <erkan@slitaz.org>
date Tue Mar 27 11:09:07 2018 +0000 (2018-03-27)
parents
children
line source
1 4TB+ support
2 --- busybox-1.28.1/coreutils/df.c
3 +++ busybox-1.28.1/coreutils/df.c
4 @@ -91,7 +91,7 @@
5 int df_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
6 int df_main(int argc UNUSED_PARAM, char **argv)
7 {
8 - unsigned long blocks_used;
9 + unsigned long long blocks_used;
10 unsigned blocks_percent_used;
11 unsigned long df_disp_hr = 1024;
12 int status = EXIT_SUCCESS;