-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 8, 11, 17
-
Component/s: client-libs
-
b03
-
aarch64
-
os_x
A DESCRIPTION OF THE PROBLEM :
Initializing jawt 1.4 on macos requires requesting jawt version JAWT_VERSION_1_4 | JAWT_MACOSX_USE_CALAYER - however the version check in JAWT_GetAWT on macos checks awt->version >= JAWT_VERSION_1_4 which is incorrect because awt->version is signed and JAWT_MACOSX_USE_CALAYER is 0x8000000. Recommend removing the if() because it should always be true as the lowest jawt version supported currently is 1.4. See jawt.m line ~58.
FREQUENCY : always
Initializing jawt 1.4 on macos requires requesting jawt version JAWT_VERSION_1_4 | JAWT_MACOSX_USE_CALAYER - however the version check in JAWT_GetAWT on macos checks awt->version >= JAWT_VERSION_1_4 which is incorrect because awt->version is signed and JAWT_MACOSX_USE_CALAYER is 0x8000000. Recommend removing the if() because it should always be true as the lowest jawt version supported currently is 1.4. See jawt.m line ~58.
FREQUENCY : always