resurrecting-open-source-projects / dcfldd

Enhanced version of dd for forensics and security
GNU General Public License v2.0
90 stars 19 forks source link

dcfldd handles the case 'statusinterval=0' not correct. #1

Closed eribertomota closed 5 years ago

eribertomota commented 5 years ago

From SF.net[1]:

[1] https://sourceforge.net/p/dcfldd/patches/1/


Status: open Owner: nobody Labels: None Priority: 5 Updated: 2005-10-15 Created: 2005-10-15 Creator: Martin Scharrer Private: No

dcfldd returns a floating point exception on my machine when started with 'statusinterval=0'.

This value should either be handled as invalid or should be aquivalent to 'status=off'. I wrote two small patches to add either one of this.


fix-exception.zip

eribertomota commented 5 years ago

I will use "invalid". See #2