On Mon, Feb 06, 2012 at 09:16:47 +, Nicholas Marriott wrote:
> I'm pretty sure that should be "root != NULL" ;-).
Oops, yes. I had originally had it down after the complete_path label
and returning (s->cwd) itself, but falling through seems like the better
option. Guess I didn't swap the compa
Hi
I'm pretty sure that should be "root != NULL" ;-).
On Sun, Feb 05, 2012 at 11:49:39PM -0500, Ben Boeckel wrote:
> If you have a process running in a window and create a new window with
> it focused, a NULL dereference can occur if the process is not owned by
> the user (e.g., a root shell).