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

UdfAccess check [CORE1016] #1426

Closed
firebird-automations opened this issue Nov 23, 2006 · 12 comments
Closed

UdfAccess check [CORE1016] #1426

firebird-automations opened this issue Nov 23, 2006 · 12 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: Mustafa YILMAZ (myilmaz)

UDF module loading (running DLL startup code) and after checking access privileges

in file flu.cpp
277| bool ok = iUdfDirectoryList().isPathInList(fixedModule);
278|
279| ModuleLoader::Module* mlm = ModuleLoader::loadModule(fixedModule); ****** loaded
280| if (mlm)
281| {
282| if (ok) ******* checked
283| {

Commits: 6446573 d0d1f82

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

assignee: Alexander Peshkov [ alexpeshkoff ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @AlexPeshkoff

Please review fix in HEAD before porting it to 2.0.1

@firebird-automations
Copy link
Collaborator Author

Commented by: @AlexPeshkoff

Order of operations was changed, currently library is loaded only after it passed access privileges check successfully.

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

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

resolution: Fixed [ 1 ]

Fix Version: 2.0.1 [ 10090 ]

Fix Version: 2.1 [ 10041 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

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

@firebird-automations
Copy link
Collaborator Author

Commented by: @pcisar

Reopened to update ticket information.

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

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

resolution: Fixed [ 1 ] =>

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Fix Version: 2.1 Alpha 1 [ 10150 ]

Fix Version: 2.1.0 [ 10041 ] =>

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

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

resolution: Fixed [ 1 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Workflow: jira [ 11349 ] => Firebird [ 15432 ]

@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