x86/microcode/intel: Do the mc_saved_src NULL check first
authorBorislav Petkov <bp@suse.de>
Thu, 5 Feb 2015 19:11:41 +0000 (20:11 +0100)
committerBorislav Petkov <bp@suse.de>
Mon, 2 Mar 2015 19:31:11 +0000 (20:31 +0100)
... and only then deref it. Also, shorten some variable names and rename
others so as to diminish the ubiquitous presence of the "mc_" prefix
everywhere and make it a bit more readable.

Use kcalloc so that we don't kfree() uninitialized memory on the unwind
path, as suggested by Quentin.

Signed-off-by: Borislav Petkov <bp@suse.de>
Cc: Quentin Casasnovas <quentin.casasnovas@oracle.com>

No differences found