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

errlog parameter causes segfault #5

Closed davidpolverari closed 4 years ago

davidpolverari commented 4 years ago

According to https://github.com/adulau/dcfldd/issues/2, the usage of errlog= parameter causes dcfldd to segfault, as presented in the example on that repository (copied here verbatim):

# dcfldd if=/dev/zero of=test.raw bs=1 count=512 errlog=error.log
512 blocks (0Mb) written.
512+0 records in
Segmentation fault (core dumped)