>>604 あと、delfate.c の unsigned near max_chain_length; /* To speed up deflation, hash chains are never searched beyond this length. * A higher limit improves compression ratio but degrades the speed. */
local unsigned int max_lazy_match; /* Attempt to find a better match only when the current match is strictly * smaller than this value. This mechanism is used only for compression * levels >= 4. */ あたりのコメントは読んだ?
$ perl -e 'mkdir( "hoge\necho cracked", 0700 );' $ find . -type d | xargs ls -ld ls: ./hoge: No such file or directory ls: echo: No such file or directory ls: cracked: No such file or directory drwx------ 3 giko users 12800 Jan 26 19:20 . Exit 123