Home
last modified time | relevance | path

Searched hist:"83 cd21fb" (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-bmc-code-mgmt/
H A Ditem_updater.cpp83cd21fb Wed Feb 28 15:48:48 CST 2018 Adriana Kobylak <anoo@us.ibm.com> item_updater: Fix DeleteAll

With the phosphor-bmc-code-mgmt commit ee13e8 "BMC: Fix the
delete implementation" it broke the DeleteAll implementation
created with commit bc1bf3a "BMC Updater: Add function to
delete all versions" by erasing elements from the container
we're iterating over, causing the application to core dump.
Putting the original implementation back.

Fixes openbmc/openbmc#2954

Change-Id: I858a2d773e6f529a6253903198048326d74d5c15
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>