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

Does not build on fedore core [CORE3388] #3754

Closed
firebird-automations opened this issue Mar 16, 2011 · 4 comments
Closed

Does not build on fedore core [CORE3388] #3754

firebird-automations opened this issue Mar 16, 2011 · 4 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @AlexPeshkoff

Issue was reported privately by Philippe Makowski.

During build such error happens:
../temp/boot/jrd/scl.cpp:252:17: error: cannot pass objects of non-trivially-copyable type 'const class Firebird::MetaName' through '...'

Must say that wise compiler noticed a real bug in our code. It stayed unnoticed cause this branch is executed only in a case of corrupted ACL. But inf such case happens, this bug will cause segfault.
The issue is specific for 2.1 - previous version does not use MetaName here, next is using Arg::Str(s_class->scl_name) which handles MetaName correctly.

Commits: e5ea26a

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

assignee: Alexander Peshkov [ alexpeshkoff ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

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

resolution: Fixed [ 1 ]

Fix Version: 2.1.5 [ 10420 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pmakowski

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

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

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

QA Status: Cannot be tested

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

No branches or pull requests

2 participants