jetwhiz / encfs4win

Windows port of EncFS
https://encfs.win
Other
401 stars 41 forks source link

encfs.exe crashes if closed during mount password promt #25

Closed Zero3 closed 8 years ago

Zero3 commented 8 years ago

Similar to https://github.com/jetwhiz/encfs4win/issues/22, encfs.exe crashes if you close its console window (or press CTRL + C) when asked for the password for an encrypted directory during mounting.

I would expect encfs.exe to gracefully exit instead.

jetwhiz commented 8 years ago

Hi @Zero3 -- Thanks for reporting this! I modified the signal handler to take this situation into account, as well as added some cleanup routines. Can you confirm that this issue is fixed in 1.10.1-RC3.

Zero3 commented 8 years ago

You are welcome! This issue is indeed fixed for me in your latest build. Thanks.