This bug seems to result from using 32-bit integer arithmetics
somewhere in du code. A 32-bit unsigned integer will overflow
at 2^32, that is about 4G.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=384852
This bug seems to result from using 32-bit integer arithmetics
somewhere in du code. A 32-bit unsigned integer will overflow
at 2^32, that is about 4G.