diff options
author | Sami Mujawar <sami.mujawar@arm.com> | 2019-07-09 16:50:42 +0100 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-03-29 16:53:35 +0000 |
commit | 8b2ac43bd8398c3e9559696de3f44ffaf455006e (patch) | |
tree | 99831be8214530d0046a8302f0ef75f552f689a1 /NetworkPkg | |
parent | effddeea3978d0fe5b85a310de73e0ea1625a931 (diff) | |
download | edk2-8b2ac43bd8398c3e9559696de3f44ffaf455006e.zip edk2-8b2ac43bd8398c3e9559696de3f44ffaf455006e.tar.gz edk2-8b2ac43bd8398c3e9559696de3f44ffaf455006e.tar.bz2 |
DynamicTablesPkg: Fix IORT node length assignment
The VS2017 compiler reports 'warning C4267: 'return': conversion
from 'size_t' to 'UINT32', possible loss of data' for a number of
functions that compute the IORT node length. Similarly, it reports
warnings for IORT node length field assignments as the length
field is 16-bit wide.
This patch adds type casts at appropriate places and also implements
validations to ensure that the max width of the respective fields
is not exceeded.
This patch also fixes a typo in one of the local variable names.
Signed-off-by: Sami Mujawar <sami.mujawar@arm.com>
Reviewed-by: Alexei Fedorov <Alexei.Fedorov@arm.com>
Diffstat (limited to 'NetworkPkg')
0 files changed, 0 insertions, 0 deletions