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 576833 Details for
Bug 790973
[PATCHES] Bugs found in python-krbV-1.0.90-4.fc15 using gcc-with-cpychecker static analyzer
[?]
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 1/5] Context_cc_default: remove redundant lookup of krb5_context
0001-Context_cc_default-remove-redundant-lookup-of-krb5_c.patch (text/plain), 1.01 KB, created by
Dave Malcolm
on 2012-04-11 18:30:00 UTC
(
hide
)
Description:
[PATCH 1/5] Context_cc_default: remove redundant lookup of krb5_context
Filename:
MIME Type:
Creator:
Dave Malcolm
Created:
2012-04-11 18:30:00 UTC
Size:
1.01 KB
patch
obsolete
>From e9bbcdafa7795547bef5404b79008a2664d2c54a Mon Sep 17 00:00:00 2001 >From: David Malcolm <dmalcolm@redhat.com> >Date: Wed, 11 Apr 2012 12:31:02 -0400 >Subject: [PATCH 1/5] Context_cc_default: remove redundant lookup of > krb5_context > >--- > krb5module.c | 6 +----- > 1 files changed, 1 insertions(+), 5 deletions(-) > >diff --git a/krb5module.c b/krb5module.c >index 4973ec3..2dce28e 100644 >--- a/krb5module.c >+++ b/krb5module.c >@@ -221,8 +221,7 @@ PyDoc_STRVAR(Context_cc_default__doc__, > static PyObject* > Context_cc_default(PyObject *unself __UNUSED, PyObject *args, PyObject *kw) > { >- krb5_context kctx = NULL; >- PyObject *ctx, *retval, *self; >+ PyObject *retval, *self; > > if(!PyArg_ParseTuple(args, "O:default_ccache", &self)) > return NULL; >@@ -232,9 +231,6 @@ Context_cc_default(PyObject *unself __UNUSED, PyObject *args, PyObject *kw) > return retval; > PyErr_Clear(); > >- ctx = PyObject_GetAttrString(self, "_ctx"); >- kctx = PyCObject_AsVoidPtr(ctx); >- > { > PyObject *subargs, *mykw = NULL; > >-- >1.7.6.2 >
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 790973
: 576833 |
576834
|
576835
|
576836
|
576837