summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/Common/Misc.py
diff options
context:
space:
mode:
authorHao Wu <hao.a.wu@intel.com>2018-02-13 05:23:51 +0300
committerHao Wu <hao.a.wu@intel.com>2018-02-14 03:19:47 +0300
commit99576ee3fde9228dd5cfedd268f6bc82a0c9f732 (patch)
tree43a26753d8f55e8bd060a39000932141457994dc /BaseTools/Source/Python/Common/Misc.py
parent7ff68b5edc9fda1bd64a70c0e21949d566553484 (diff)
downloadedk2-99576ee3fde9228dd5cfedd268f6bc82a0c9f732.tar.xz
MdeModulePkg/BmpSupportLib: Refine type cast for pointer subtraction
Since the pointer subtraction here is not performed by pointers to elements of the same array object. This might lead to potential issues, such behavior is undefined according to C11 standard. Refine the pointer subtraction expressions by casting each pointer to UINTN first and then perform the subtraction. Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Sean Brogan <sean.brogan@microsoft.com> Cc: Jiewen Yao <jiewen.yao@intel.com> Cc: Eric Dong <eric.dong@intel.com> Cc: Ruiyu Ni <ruiyu.ni@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Hao Wu <hao.a.wu@intel.com> Reviewed-by: Star Zeng <star.zeng@intel.com>
Diffstat (limited to 'BaseTools/Source/Python/Common/Misc.py')
0 files changed, 0 insertions, 0 deletions