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

[CBRD-24598] Memory allocated on the global heap must be freed on the global heap. (#4015) #4045

Merged
merged 2 commits into from
Jan 17, 2023

Conversation

youngjinj
Copy link
Contributor

… global heap. (CUBRID#4015)

http://jira.cubrid.org/browse/CBRD-24598

Before calling pr_clear_value(), it is necessary to check whether the global heap is used.
- When eval_pred() calls eval_value_rel_cmp(), peek_val2 (dbval2, dest) is using the global heap. Before calling tp_value_coerce(), heap_id must be set to 0.
@youngjinj youngjinj added this to the 11.2 Patch 3 milestone Jan 16, 2023
@youngjinj youngjinj self-assigned this Jan 16, 2023
@youngjinj
Copy link
Contributor Author

A backport of the CBRD-24600 issue should be done first.

[14:26:36] Testing /home/cubrid-testcases/sql/_13_issues/_12_1h/cases/bug_bts_7761_1.sql (2240/5382 41.62%) [NOK]

@youngjinj youngjinj marked this pull request as ready for review January 17, 2023 02:19
@mhoh3963 mhoh3963 merged commit 6da249b into CUBRID:release/11.2 Jan 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants