0031048: Visualization - runtime error reported by Clang undefined behavior sanitizer...
authorkgv <kgv@opencascade.com>
Fri, 11 Oct 2019 11:56:03 +0000 (14:56 +0300)
committerabv <abv@opencascade.com>
Sat, 19 Oct 2019 19:59:21 +0000 (22:59 +0300)
commit8ba3d978dbb4c3dfc8657ef5c6944f04c8064d51
tree4c36685f0c747968295a37fc6b14010026f696cc
parentc275673dbf8db2e10315158ea848ceb8add9078b
0031048: Visualization - runtime error reported by Clang undefined behavior sanitizer in Image_AlienPixMap::Save()

Image_PixMapData - use unsigned math (uintptr_t) instead of signed math with pointers for defining negative stride.
src/Image/Image_PixMapData.hxx