dev: Fix undefined behaviuor in i8254xGBe
authorAndreas Hansson <andreas.hansson@arm.com>
Mon, 16 Feb 2015 08:34:35 +0000 (03:34 -0500)
committerAndreas Hansson <andreas.hansson@arm.com>
Mon, 16 Feb 2015 08:34:35 +0000 (03:34 -0500)
commit661dac1598183f13d83435aa2f8ccf317284a055
tree45620962e7679ae4695fbbb6daf8a39a30425d6f
parent0a2ee7761617355dd981ce255aa082102d7316b4
dev: Fix undefined behaviuor in i8254xGBe

This patch fixes a rather unfortunate oversight where the annotation
pointer was used even though it is null. Somehow the code still works,
but UBSan is rather unhappy. The use is now guarded, and the variable
is initialised in the constructor (as well as init()).
src/dev/i8254xGBe.cc
src/dev/i8254xGBe.hh