-
- Downloads
uid_cputime: Check for the range while removing range of UIDs.
Checking if the uid_entry->uid matches the uid intended to be removed will prevent deleting unwanted uid_entry. Type cast the key for the hashtable to the same size, as when they were inserted. This will make sure that we can find the uid_entry we want. Bug: 25195548 Change-Id: I80f8c66c4e3054cafad2a2b1381b0e1ea58f39fc Signed-off: Ruchi kandoi <kandoiruchi@google.com>
Please register or sign in to comment