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 910598 Details for
Bug 1111404
1.2.11 branch: coverity errors
[?]
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]
It was introduced in my porting job from 1.2.11 to rhel-6.6 branch.
0001-Ticket-47820-1.2.11-branch-coverity-errors-2.patch (text/plain), 2.00 KB, created by
Noriko Hosoi
on 2014-06-20 00:56:21 UTC
(
hide
)
Description:
It was introduced in my porting job from 1.2.11 to rhel-6.6 branch.
Filename:
MIME Type:
Creator:
Noriko Hosoi
Created:
2014-06-20 00:56:21 UTC
Size:
2.00 KB
patch
obsolete
>From 479f353ea32c2a00b6ae758d5f3142907ae20c06 Mon Sep 17 00:00:00 2001 >From: Noriko Hosoi <nhosoi@redhat.com> >Date: Thu, 19 Jun 2014 17:44:57 -0700 >Subject: [PATCH] Ticket #47820 - 1.2.11 branch: coverity errors 2 > >Description: >Porting problem. >Adding "struct asyntaxinfo *attr_syntax_get_by_name_with_default ( const char *name );" to ldap/servers/slapd/proto-slap.h >Adding "int slapi_attr_init_syntax(Slapi_Attr *a);" to ldap/servers/slapd/slapi-private.h >--- > ldap/servers/slapd/proto-slap.h | 1 + > ldap/servers/slapd/slapi-private.h | 1 + > 2 files changed, 2 insertions(+) > >diff --git a/ldap/servers/slapd/proto-slap.h b/ldap/servers/slapd/proto-slap.h >index 8c9f0fb..1fb782b 100644 >--- a/ldap/servers/slapd/proto-slap.h >+++ b/ldap/servers/slapd/proto-slap.h >@@ -134,6 +134,7 @@ void attr_syntax_delete_all_not_flagged( unsigned long flag ); > struct asyntaxinfo *attr_syntax_get_by_oid ( const char *oid ); > struct asyntaxinfo *attr_syntax_get_by_name ( const char *name ); > struct asyntaxinfo *attr_syntax_get_by_name_locking_optional ( const char *name, PRBool use_lock ); >+struct asyntaxinfo *attr_syntax_get_by_name_with_default ( const char *name ); > /* > * Call attr_syntax_return() when you are done using a value returned > * by attr_syntax_get_by_oid() or attr_syntax_get_by_name(). >diff --git a/ldap/servers/slapd/slapi-private.h b/ldap/servers/slapd/slapi-private.h >index ecabbe2..940260f 100644 >--- a/ldap/servers/slapd/slapi-private.h >+++ b/ldap/servers/slapd/slapi-private.h >@@ -354,6 +354,7 @@ int entry_add_dncsn_ext(Slapi_Entry *entry, const CSN *csn, PRUint32 flags); > Slapi_Attr *slapi_attr_init_locking_optional(Slapi_Attr *a, const char *type, PRBool use_lock); > int attr_set_csn( Slapi_Attr *a, const CSN *csn); > int attr_set_deletion_csn( Slapi_Attr *a, const CSN *csn); >+int slapi_attr_init_syntax(Slapi_Attr *a); > const CSN *attr_get_deletion_csn(const Slapi_Attr *a); > int attr_first_deleted_value( Slapi_Attr *a, Slapi_Value **v ); > int attr_next_deleted_value( Slapi_Attr *a, int hint, Slapi_Value **v); >-- >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
Actions:
View
|
Diff
Attachments on
bug 1111404
: 910598