lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Tue, 25 Nov 2014 14:37:32 -0500
From:	Steven Rostedt <rostedt@...dmis.org>
To:	Sasha Levin <sasha.levin@...cle.com>
Cc:	jkosina@...e.cz, paulmck@...ux.vnet.ibm.com, pmladek@...e.cz,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] x86/nmi: fix use of unallocated cpumask_var_t

On Tue, 25 Nov 2014 11:06:00 -0500
Sasha Levin <sasha.levin@...cle.com> wrote:

> Commit "x86/nmi: Perform a safe NMI stack trace on all CPUs" has introduced
> a cpumask_var_t variable:
> 
> 	+static cpumask_var_t printtrace_mask;
> 
> But never allocated it before using it, which caused a NULL ptr deref when
> trying to print the stack trace:

Thanks, I pulled this in and I'm running it under my test suite now.

-- Steve
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ