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

Automatic/background sweep hangs [CORE365] #707

Closed
firebird-automations opened this issue Apr 18, 2002 · 4 comments
Closed

Automatic/background sweep hangs [CORE365] #707

firebird-automations opened this issue Apr 18, 2002 · 4 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @AlexPeshkoff

SFID: 545725#⁠
Submitted By: alexpeshkoff

When automatic Sweep runs, server hangs in
isc_database_info on isc_info_user_names sub-function.

OS - Windows NT/2000. Possibly any SUPERSERVER version.
FireBird - Rc2, Release. Possibly bug was present in
earlier versions, too.

In inf.c, near line 573, field usr_user_name is used
as parameter in strlen() without check, whether it
NULL or not. In normal attacment, it never may be 0.
But automatic Sweep (maybe something else, but Sweep
definitely) creates special attachment with
attacment->att_user->usr_user_name == NULL.
I build FireBird from source code and I have a patch
for it - it's trivial. I think that this bug is to be
fixed. What to do now?
Alexander Peshkov.

@firebird-automations
Copy link
Collaborator Author

Commented by: Alice F. Bird (firebirds)

Date: 2002-06-28 02:53
Sender: seanleyne
Logged In: YES
user_id=71163

Alexander,

Thanks for posting the fix, this was annoying little bug was
reported by a couple of users but was turning out to be
very difficult to diagnose.

Could you, now, work on a fix for the FB v2 code base. We
really want to keep both bases updated for all
fixes/updates. Thanks

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Workflow: jira [ 10389 ] => Firebird [ 14653 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

QA Status: No test

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

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

QA Status: No test => 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