Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 705201 Details for
Bug 910938
CVE-2013-0287 sssd: simple access provider flaw prevents intended ACL use when client to an AD provider
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
[PATCH 3/4] Do not compile main() in DP if UNIT_TESTING is defined
0003-Do-not-compile-main-in-DP-if-UNIT_TESTING-is-defined.patch (text/plain), 1.31 KB, created by
Jakub Hrozek
on 2013-03-04 22:24:02 UTC
(
hide
)
Description:
[PATCH 3/4] Do not compile main() in DP if UNIT_TESTING is defined
Filename:
MIME Type:
Creator:
Jakub Hrozek
Created:
2013-03-04 22:24:02 UTC
Size:
1.31 KB
patch
obsolete
>From 5afa5bb817f182e1ab35d4819d1d7831bcab3556 Mon Sep 17 00:00:00 2001 >From: Jakub Hrozek <jhrozek@redhat.com> >Date: Mon, 4 Mar 2013 16:37:04 +0100 >Subject: [PATCH 3/4] Do not compile main() in DP if UNIT_TESTING is defined > >The simple access provider unit tests now need to link against the Data >Provider when they start using the be_file_account_request() function. >But then we would start having conflicts as at least the main() >functions would clash. > >If UNIT_TESTING is defined, then the data_provider_be.c module does not >contain the main() function and can be linked against directly from >another module that contains its own main() function >--- > src/providers/data_provider_be.c | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/src/providers/data_provider_be.c b/src/providers/data_provider_be.c >index 32548b6bef62d855ce3a52994b1bb5cedb9cd5f6..df077b249df6cf79d0a50c6fe2c28955b63c7316 100644 >--- a/src/providers/data_provider_be.c >+++ b/src/providers/data_provider_be.c >@@ -2686,6 +2686,7 @@ fail: > return ret; > } > >+#ifndef UNIT_TESTING > int main(int argc, const char *argv[]) > { > int opt; >@@ -2766,6 +2767,7 @@ int main(int argc, const char *argv[]) > > return 0; > } >+#endif > > static int data_provider_res_init(DBusMessage *message, > struct sbus_connection *conn) >-- >1.8.1.4 >
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 Diff
View Attachment As Raw
Flags:
jhrozek
: review?
Actions:
View
|
Diff
Attachments on
bug 910938
:
704993
|
704995
|
704996
|
704997
|
704998
|
705198
|
705200
| 705201 |
705202