The Samba-Bugzilla – Attachment 812 Details for
Bug 2100
Wrong way of loading VFS modules via dlopen/dlsym
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix to the dlopen/dlsym sequence
patch-lib_module.c (text/plain), 501 bytes, created by
Timur Bakeyev
on 2004-11-29 16:39:59 UTC
(
hide
)
Description:
Fix to the dlopen/dlsym sequence
Filename:
MIME Type:
Creator:
Timur Bakeyev
Created:
2004-11-29 16:39:59 UTC
Size:
501 bytes
patch
obsolete
>--- lib/module.c.orig Sun Nov 21 00:14:24 2004 >+++ lib/module.c Sun Nov 21 00:38:36 2004 >@@ -40,9 +40,11 @@ > */ > handle = sys_dlopen(module_name, RTLD_LAZY); > >+ /* This call should reset any possible non-fatal errors that >+ occured since last call to dl* functions */ >+ error = sys_dlerror(); > if(!handle) { > int level = is_probe ? 3 : 0; >- error = sys_dlerror(); > DEBUG(level, ("Error loading module '%s': %s\n", module_name, error ? error : "")); > return NT_STATUS_UNSUCCESSFUL; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 2100
: 812