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

RDKBWIFI-13 Increase EM_MAX_CHANNELS_IN_LIST into 64. #123

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

marcin-matula-2329518
Copy link
Contributor

Validation in db_easy_mesh_t::get_strings_by_token if number of value from string doesn't exceed limit (64).

Validation in db_easy_mesh_t::get_strings_by_token if
number of value from string doesn't exceed limit (64).
@@ -90,11 +90,12 @@ int db_easy_mesh_t::get_strings_by_token(char *parent, int token, unsigned int a
while (tmp != NULL) {
if ((tmp = strchr(orig, token)) != NULL) {
*tmp = 0;
assert (num < argc - 1 && "number of extracted values exceeds the limit");
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Should be triggered this code and tested once more.

@marcin-matula-2329518 marcin-matula-2329518 marked this pull request as ready for review January 24, 2025 16:03
@marcin-matula-2329518 marcin-matula-2329518 changed the title RDKBWIFI-13 Increase EM_MAX_CHANNELS_IN_LIST into 64. @WIP RDKBWIFI-13 Increase EM_MAX_CHANNELS_IN_LIST into 64. Jan 24, 2025
@marcin-matula-2329518 marcin-matula-2329518 changed the title @WIP RDKBWIFI-13 Increase EM_MAX_CHANNELS_IN_LIST into 64. RDKBWIFI-13 Increase EM_MAX_CHANNELS_IN_LIST into 64. Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant