Stack overflow inside XSdPs_Setup32ADMA2DescTbl for large transfers

Open
#120 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
45/100
Issue type
Bug
Clarity
Clearly specified
Activity status
Stale
Tech stack
c
Domain
embedded-iot

Research direction

Start in embeddedsw/XilinxProcessorIPLib/drivers/sdps/src/xsdps.c at XSdPs_Setup32ADMA2DescTbl and inspect how TotalDescLines is used with Adma2_DescrTbl[32]. Exercise a large file transfer that produces more than 32 descriptors, then verify that descriptor configuration stays within the table and no adjacent memory is overwritten.

Written by the indexing model from the issue text.

Description

Inside: embeddedsw/XilinxProcessorIPLib/drivers/sdps/src/xsdps.c
Function: XSdPs_Setup32ADMA2DescTbl

For large file transfers, the total number of descriptors to be configured (TotalDescLines) can go past 32, which is how the descriptor table is declared (Adma2_DescrTbl[32]). This causes the descriptor configuration loop to start writing in other memory locations

imagen

Dominant language
HTML
Stars
1.2k
Forks
1.1k
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from Xilinx/embeddedsw

All issues in Xilinx/embeddedsw

Similar issues

More Embedded & IoT issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.