You are on page 1of 2

Date Programmer Reviewer Base line Component

27.7.11 Karin Astar DaVinciDSP-V7.2.2.5 MPM+ Problem: VNGR-21452

1. Connect VVX & press on "Hold" causes Participant disconnects from the Conf and unit failure.
Cause: 1. For this server specific configuration when VVX is on hold we reconnect the EP, this causes a decoder update. In decoder update we reconfigure the decoder port & initialize the de-blocking persistent. When declaring the de-blocking persistent the pointer is set to an address's address -> this will cause an external memory overrun. Solution: 1. Declaring ptDeblockingPersistent properly. Implementation: 1. TDeblockingPersistent* ptDeblockingPersistent = (TDeblockingPersistent*) ptTaskMngTable[nTaskIndex].unPersistentExtAddr; Number of warnings:

Changes:

VIDEO

Before 0
Problem: Cause:

After 0

Changes:

Solution: Implementation: Number of warnings:

ART

Before
52

After
52

Tests performed Pre-smoke sanity test + reproduce VNGR-21452 scenario

Test results OK

You might also like