audk/MdeModulePkg/Library/BaseBmpSupportLib
Hao Wu 99576ee3fd 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>
2018-02-14 08:19:47 +08:00
..
BaseBmpSupportLib.inf MdeModulePkg: Add BmpSupportLib class and instance 2018-02-11 16:04:54 -08:00
BaseBmpSupportLib.uni MdeModulePkg: Add BmpSupportLib class and instance 2018-02-11 16:04:54 -08:00
BmpSupportLib.c MdeModulePkg/BmpSupportLib: Refine type cast for pointer subtraction 2018-02-14 08:19:47 +08:00