summaryrefslogtreecommitdiff
path: root/utils/MsgTask.cpp
diff options
context:
space:
mode:
authorDante Russo <drusso@codeaurora.org>2020-09-01 16:54:35 -0700
committerDante Russo <drusso@codeaurora.org>2020-09-01 16:54:35 -0700
commit6a8d559154e7b13a93114c2941aab34eb979c8d9 (patch)
treec5bbfeff410c56cb869b3ab4fa751b60dc846e60 /utils/MsgTask.cpp
parent5275a39e7021040a4b172b8588a6d0f45df3709f (diff)
Fixed Unexptected mask bits turned ON in QMI Mask
A 32 bit integer LOC_API_ADAPTER_BIT_BATCH_STATUS had it's 31st bit set to 1 and added into a 64 bit mask, but since the 31st bit is the sign bit, and is stored as 2s compliement, this caused the upper 32 bits of the 64 bit mask to be filled with 1s, which enabled more QMI Mask bits than expected. This is fixed by assuring bits are all 64 bit integers. Change-Id: I641b70fb7855b907656cf398e5121e0564afce7a CRs-fixed: 2765742
Diffstat (limited to 'utils/MsgTask.cpp')
0 files changed, 0 insertions, 0 deletions