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 576834 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 2/5] Context_rc_default: remove redundant lookup of krb5_context
0002-Context_rc_default-remove-redundant-lookup-of-krb5_c.patch (text/plain), 1014 bytes, created by
Dave Malcolm
on 2012-04-11 18:30:27 UTC
(
hide
)
Description:
[PATCH 2/5] Context_rc_default: remove redundant lookup of krb5_context
Filename:
MIME Type:
Creator:
Dave Malcolm
Created:
2012-04-11 18:30:27 UTC
Size:
1014 bytes
patch
obsolete
>From bc8814f04b5be3c08fba51a6f0a2038e15d06ba6 Mon Sep 17 00:00:00 2001 >From: David Malcolm <dmalcolm@redhat.com> >Date: Wed, 11 Apr 2012 12:31:49 -0400 >Subject: [PATCH 2/5] Context_rc_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 2dce28e..70bd6fc 100644 >--- a/krb5module.c >+++ b/krb5module.c >@@ -277,8 +277,7 @@ PyDoc_STRVAR(Context_rc_default__doc__, > static PyObject* > Context_rc_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_rcache", &self)) > return NULL; >@@ -289,9 +288,6 @@ Context_rc_default(PyObject *unself __UNUSED, PyObject *args, PyObject *kw) > > 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