getpass() and getpassphrase() library functions both return pointers to a static data array. call free() with the resulting pointer is incorrect and abnormally terminates the program. the attached patch removes the incorrect free() calls.
patch that fix the issue
Log in to post a comment.
patch that fix the issue