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

Server is crashing on long GRANT statement [CORE6317] #6558

Closed
firebird-automations opened this issue May 26, 2020 · 4 comments
Closed

Server is crashing on long GRANT statement [CORE6317] #6558

firebird-automations opened this issue May 26, 2020 · 4 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: Viktor Belzetskiy (viktor_bs)

Server is crashing on long GRANT statement (buffer overflow?)

Example:
CREATE TABLE TEST_TABLE (ID INTEGER)

For 2.5.x
GRANT SELECT, SELECT, SELECT, SELECT, SELECT, SELECT, SELECT, SELECT,
SELECT, SELECT, SELECT, SELECT ON TEST_TABLE TO PUBLIC;

For 3.х
GRANT SELECT, SELECT, SELECT, SELECT, SELECT, SELECT, SELECT, SELECT,
SELECT, SELECT, SELECT, SELECT, SELECT, SELECT, SELECT, SELECT ON TEST_TABLE
TO PUBLIC;

Commits: c6a5954 f6c912f ca718c6 e1bfd75

@firebird-automations
Copy link
Collaborator Author

Modified by: @asfernandes

assignee: Adriano dos Santos Fernandes [ asfernandes ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @asfernandes

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Fixed [ 1 ]

Fix Version: 3.0.6 [ 10889 ]

Fix Version: 4.0 RC 1 [ 10930 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

status: Resolved [ 5 ] => Resolved [ 5 ]

QA Status: No test => Done successfully

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

status: Resolved [ 5 ] => Closed [ 6 ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment