Files
entropy/lib
Fabio Erculiani 4c8d1801ea [entropy.tools] dump_entropy_metadata: follow symlinks when determining file size
The package file passed as input might be pointing to a symlink.
If we use lstat().st_size we will get the symlink file size back
rather than the source file size, which is of course unwanted.

This is part of the fixes for bug 4604.
2014-02-16 13:18:15 +01:00
..
2013-12-07 20:29:19 +01:00