summaryrefslogtreecommitdiffstats
path: root/libcutils/hashmap.c
Commit message (Collapse)AuthorAgeFilesLines
* libcutils: hashmap: save next pointer in forEach before calling callbackDima Zavin2011-04-191-1/+2
| | | | | | | | If the callback passed to forEach tries to remove the element it was passed, there's a use-after-free of the entry pointer in forEach. Change-Id: Ia364b4775c9c55780b23f683b30cbff511b7f944 Signed-off-by: Dima Zavin <dima@android.com>
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+350
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-350/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+350