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

DEV poll state machine, harden "none" parse function handling #5995

Merged
merged 1 commit into from
Apr 30, 2022

Conversation

manup
Copy link
Member

@manup manup commented Apr 30, 2022

The {"fn": "none"} parse functions don't need to be processed by the poll state machine. There was also a subtle bug that poll referenced item was accessed after it was popped from the d->pollItems vector which is undefined behavior.

The {"fn": "none"} parse functions don't need to be processed by the poll state machine. There was also a subtle bug that `poll` referenced item was accessed after it was popped from the `d->pollItems` vector which is undefined behavior.
@manup manup added this to the v2.15.3 milestone Apr 30, 2022
@manup manup merged commit b9e8835 into dresden-elektronik:master Apr 30, 2022
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