]> git.proxmox.com Git - mirror_edk2.git/commit - ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.c
ArmPkg/UncachedMemoryAllocationLib: fix warning about uninitialized local var
authorEugene Cohen <eugene@hp.com>
Wed, 25 Nov 2015 19:50:05 +0000 (19:50 +0000)
committerabiesheuvel <abiesheuvel@Edk2>
Wed, 25 Nov 2015 19:50:05 +0000 (19:50 +0000)
commit95ac787f02d5c85d046af5cefa3b49f0f8841733
tree6166a89a63938e98a388f89edbee8755887a938d
parentbfec5efa56cae21ea8a1bb52cd7701749d43d70a
ArmPkg/UncachedMemoryAllocationLib: fix warning about uninitialized local var

RVCT (the proprietary 32-bit ARM compiler) warns about Node potentially being
used uninitialized, so initialize it to NULL explicitly.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Eugene Cohen <eugene@hp.com>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18952 6f19259b-4bc3-4df7-8a09-765794883524
ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.c