Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Sun, 22 Nov 2015 16:47:47 -0800
From: Alex Dunn <dunn.alex@...il.com>
To: john-users@...ts.openwall.com
Subject: [bug] JOHN_PRIVATE_HOME ignores $HOME

Originally posted to
https://github.com/magnumripper/JohnTheRipper/issues/1901

In `params.h`, `JOHN_PRIVATE_HOME` is set to `~/.john`.  The way `~`
is evaluated ignores the `HOME` environment variable, so it always
tries to write logs and recovery files to the user's actual home
directory.  (This is causing problems in Homebrew, where we run tests
in a sandbox and set `HOME` to a temporary directory.)

Is a way to fix this in configuration post-compile, or is it a bug in
path_expand?

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.