decrypt to file
Associated with encrypt
Assigned to The encrypt Development Team
Raised by Ashley on 2013-06-12
Severity: Bug (Major)
Attachments: None
When compiled with -O2 optimisations, decrypting to a, currently non-existent, file (and possibly a directory) fails with a segmentation fault.Assigned to The encrypt Development Team
Raised by Ashley on 2013-06-12
Severity: Bug (Major)
Attachments: None
This is caused by a null pointer dereference at io.c:186, called from cli.c:82.
Using fewer or no optimisations (-O1 or -O0) or having the file already exist do not cause this error to occur.