P3scan report "Not enough space! Available space: 95808"
Brought to you by:
laitcg
When I run p3scan, I occur a critical error 'Not enough
space! Available space: 95808', I take the default
value 100000 as the value of bytesfree. but when I run
df on my system, I found that I had more space then
100000k. the output of df on my system.
##################### df ##########################
Filesystem 1K-blocks Used Available Use%
Mounted on
/dev/hde1 30715304 6529668 24185636 22% /
none 514992 0 514992 0%
/dev/shm
##################### df ##########################
and then I analyse the p3scan.c, I found a long integer
overflow bug. the attachment is the patch.
Logged In: YES
user_id=889251
Please let me know if you encounter this error with
p3scan-2.1.99-02dev and if so, please send your patch to my
email address as there is no patch attached to your message.
Thank you.
p3scan-2.2-space.patch.gz
Logged In: YES
user_id=889251
Please use attached patch.