Benign unsigned integer overflow in Parcel
The realloc case in continueWrite did not update the gParcelGlobalAllocCount value when an allocation occurred. In addition, there are conditions that could cause the gParcelGlobalAllocCount value to be decremented below 0, resulting in a benign unsigned integer overflow that can cause corrupted values to be returned through system profiling mechanisms. BUG: 23972600 (cherry picked from commit 48fd7b45) Change-Id: I1ad2ac02ab370402481550f6ab8f21fce42455e4
Loading
Please register or sign in to comment