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

chore(group):Add assertion to avoid null pointer access #5769

Merged
merged 2 commits into from
Mar 11, 2024
Merged

chore(group):Add assertion to avoid null pointer access #5769

merged 2 commits into from
Mar 11, 2024

Conversation

cnjhb
Copy link
Contributor

@cnjhb cnjhb commented Feb 29, 2024

Description of the feature or fix

A clear and concise description of what the bug or new feature is.

Notes

Copy link
Collaborator

@PGNetHun PGNetHun left a comment

Choose a reason for hiding this comment

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

Tests fail. Please fix other parts of code, so tests can pass, or replace asserts to:
if(group == NULL) return;

@kisvegabor kisvegabor enabled auto-merge (squash) March 5, 2024 20:20
@kisvegabor kisvegabor requested a review from PGNetHun March 5, 2024 20:20
@kisvegabor kisvegabor merged commit ca19c7b into lvgl:master Mar 11, 2024
16 checks passed
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.

None yet

4 participants