Skip to content

Commit

Permalink
Merge pull request #405 from noironetworks/kmr2-bbva
Browse files Browse the repository at this point in the history
Fix out of bounds crash in bbva
  • Loading branch information
mchalla committed Jan 21, 2022
2 parents 1d7d5b5 + cd73ec0 commit a3f482d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions agent-ovs/ovs/ContractStatsManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,7 @@ void ContractStatsManager::objectUpdated(opflex::modb::class_id_t class_id,
i++) {
RoutingDomainDropCounter::
remove(agent->getFramework(),getAgentUUID(),
dropCounterList_[rdName]->
uidList[dropCounterList_[rdName]->count],
dropCounterList_[rdName]->uidList[i],
rdName);
}
if (dropCounterList_.count(rdName))
Expand Down

0 comments on commit a3f482d

Please sign in to comment.