-
-
Notifications
You must be signed in to change notification settings - Fork 141
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
bug: The instance is crashed if the aggregate function out of bounds #1855
Comments
in value_or_nul.h, the validity of sp value does not check, which maybe leads to crash if a null pointer was deleted.
in
This merged in PR #1856 |
After that, we got this:
Memory allocation failed due to the memory leakage occurs here. |
|
Have you read the Contributing Guidelines on issues?
Please confirm if bug report does NOT exists already ?
Describe the problem
Expected behavior
No response
How To Reproduce
No response
Environment
./mysqld Ver 5.7.36-StoneDB-v1.0.1 for Linux on x86_64 (build-)
build information as follow:
Repository address: https://github.com/stoneatom/stonedb.git:stonedb-5.7-dev
Branch name: stonedb-5.7-dev
Last commit ID: 1b51907
Last commit time: Date: Mon Jun 5 20:37:37 2023 +0800
Build time: Date: Tue Jun 6 02:34:37 UTC 2023
Are you interested in submitting a PR to solve the problem?
The text was updated successfully, but these errors were encountered: