https://bugs.kde.org/show_bug.cgi?id=428716

--- Comment #5 from Paul Floyd <pa...@free.fr> ---
It's simple to build:

gcc -g -o smchash smchash.c

Running it is a bit more complicated. You need to generate in input file to
test first, say something like this

../../vg-in-place  --trace-notabove=10000 --trace-flags=10000000
--vex-guest-chase=no pwd 2>&1 | grep Guest >  hash.in 

Then the test tool can be run

./smchash < hash.in

I don't really understand the stats generated.

Finally, cppcheck is probably being a bit pessimistic. 'read_one' is called
from a while loop from apply_to_all that already checks !feof.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to