Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the error caused by recursion in read_content function (AEGHB-773) #395

Open
wants to merge 2 commits into
base: release/v1.0
Choose a base branch
from

Conversation

herexiong
Copy link

read_content函数的“if ((*filecount)++ >= MAX_PLAY_FILE_NUM) ”语句导致directory数组越界,同时有个递归错误。
The "if ((*filecount)++ >= MAX_PLAY_FILE_NUM) " statement in the read_content function causes the directory array to be out of bounds and there is a recursion error.

@github-actions github-actions bot changed the title Fix the error caused by recursion in read_content function Fix the error caused by recursion in read_content function (AEGHB-773) Aug 10, 2024
Copy link
Collaborator

@leeebo leeebo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks

examples/hmi/mp3_example/main/app_main.c Outdated Show resolved Hide resolved
@leeebo
Copy link
Collaborator

leeebo commented Aug 13, 2024

sha=c92661cfa5eb27baeed98e2e8780aa30b44f5c62

zhanzhaocheng pushed a commit that referenced this pull request Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants