Menu

#44 rhash should not checksum the same SFV file it's creating

None
closed-fixed
nobody
None
5
2014-01-10
2013-12-21
No

When rhash creates a SFV file in the current directory, it add the same SFV file to the ones being checksummed (and then checked).

Obviously this should not happen, even because the SFV file fill ALWAYS fail being checked.

Discussion

  • Liviu

    Liviu - 2013-12-26

    This has been discussed before under #42 below. Aleksey agreed to a suggested fix (https://sourceforge.net/p/rhash/bugs/42/#4409) and I hope it will make it into the next official release.

     

    Last edit: Liviu 2013-12-26
  • Aleksey

    Aleksey - 2014-01-10

    Fixed in RHash 1.3.1

    The files specified by the options -o <out-file> and -l <log-file> are now skipped from processing.

    Note, that an output file specified by '>' in the command line still be processed, cause the program can't obtain its name from the OS.

     
  • Aleksey

    Aleksey - 2014-01-10
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,3 +1,3 @@
     When rhash creates a SFV file in the current directory, it add the same SFV file to the ones being checksummed (and then checked).
    
    -Obviously this should happen, even because the SFV file fill ALWAYS fail being checked.
    +Obviously this should not happen, even because the SFV file fill ALWAYS fail being checked.
    
    • status: open --> closed-fixed
     

Log in to post a comment.