summaryrefslogtreecommitdiff
path: root/identity/support/src/cppbor_parse.cpp
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2020-03-20 15:53:29 -0700
committerDevin Moore <devinmoore@google.com>2020-07-15 14:37:43 -0700
commit2c7606b72164617851e6f2af5169ae22500fdab4 (patch)
tree08c080c4b97e6f86ce5fcb3298252dafa06b78fc /identity/support/src/cppbor_parse.cpp
parentae120eef52731c78dca045ce3bc610a2664a6970 (diff)
graphics common: fix AIDL BufferUsage calculation
This was hitting integer sanitization, which we are trying to turn on: Before:     VENDOR_MASK_HI = -65536L, After:     VENDOR_MASK_HI = -281474976710656L, Bug: 148149098 Test: manually check output (see above). Change-Id: I1e2d7c0225aec8bf67375eb6b0cdc919b4ece847 Merged-In: I1e2d7c0225aec8bf67375eb6b0cdc919b4ece847 (cherry picked from commit d9eb0d743c0c154c32600b22343cfebc466e4ac4)
Diffstat (limited to 'identity/support/src/cppbor_parse.cpp')
0 files changed, 0 insertions, 0 deletions