summaryrefslogtreecommitdiff
path: root/BaseTools/Source
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2017-03-01 18:34:33 +0000
committerArd Biesheuvel <ard.biesheuvel@linaro.org>2017-03-03 21:42:38 +0000
commit3858b4a1ff09d3243fea8d07bd135478237cb8f7 (patch)
tree5f36fdd0f6610407d512ddeddd33cb37c633f915 /BaseTools/Source
parentf1bbd4e3cc57c59a5d0efc9bf4f27cbc80810b36 (diff)
downloadedk2-3858b4a1ff09d3243fea8d07bd135478237cb8f7.zip
edk2-3858b4a1ff09d3243fea8d07bd135478237cb8f7.tar.gz
edk2-3858b4a1ff09d3243fea8d07bd135478237cb8f7.tar.bz2
ArmPlatformPkg/PlatformIntelBdsLib: don't clobber ConSplitter handle
The InitializeConsolePipe() routine takes care to only set its output argument *Interface if it is not already set, to prevent overwriting the ConSplitter interface pointer that may have already been assigned. However, the associated OUT argument 'Handle' is clobbered by the subsequent unnecessary LocateDevicePath() invocation, which should similarly be made dependent on whether *Interface has been set already. Reported-by: "Lee, Terry Ping-Chung" <terry.lee@hpe.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Diffstat (limited to 'BaseTools/Source')
0 files changed, 0 insertions, 0 deletions