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(sql): fix crash in hash outer join with filter factory #3303

Merged
merged 1 commit into from
May 4, 2023

Conversation

bziobrowski
Copy link
Contributor

Fixes #3289

Fix unsafe TreeCursor.next() call without a prior TreeCursor.hasNext() that can lead to EXCEPTION_ACCESS_VIOLATION .

@ideoma
Copy link
Collaborator

ideoma commented May 4, 2023

[PR Coverage check]

😍 pass : 0 / 0 (0%)

@bluestreak01 bluestreak01 merged commit ea3c22f into master May 4, 2023
20 checks passed
@bluestreak01 bluestreak01 deleted the bz_fix_left_outer_join branch May 4, 2023 17:28
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.

QDB Crashes on specific select
3 participants