Uploaded image for project: 'Embedded Software & Tools'
  1. Embedded Software & Tools
  2. EXT_EP-11878

[DSS_M2M]: Incorrect copy of pipeId in DisplayM2M parameter create function

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Medium Medium

      Can we please change below statement in tivxDisplayM2MSetCreateParams

       

              memcpy(&drvObj->pipeId[0U],
                     &createParams->pipeId[0U],
                     sizeof(createParams->pipeId));

       

      to

              for (pipeIdx = 0u; pipeIdx < drvObj->numPipe; pipeIdx ++)        
             

      {             drvObj->pipeId[pipeIdx] = createParams->pipeId[pipeIdx]         }

       

      The above memcpy does not copy all pipeids correctly 

            syncuser TI User
            syncuser TI User
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: