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 576835 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 3/5] Context_kt_default: remove redundant lookup of krb5_context
0003-Context_kt_default-remove-redundant-lookup-of-krb5_c.patch (text/plain), 1011 bytes, created by
Dave Malcolm
on 2012-04-11 18:30:53 UTC
(
hide
)
Description:
[PATCH 3/5] Context_kt_default: remove redundant lookup of krb5_context
Filename:
MIME Type:
Creator:
Dave Malcolm
Created:
2012-04-11 18:30:53 UTC
Size:
1011 bytes
patch
obsolete
>From e2531e64cb538922fb1843924ddd9a5032f42dd5 Mon Sep 17 00:00:00 2001 >From: David Malcolm <dmalcolm@redhat.com> >Date: Wed, 11 Apr 2012 12:33:07 -0400 >Subject: [PATCH 3/5] Context_kt_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 70bd6fc..5589ddb 100644 >--- a/krb5module.c >+++ b/krb5module.c >@@ -339,8 +339,7 @@ PyDoc_STRVAR(Context_kt_default__doc__, > static PyObject* > Context_kt_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_keytab", &self)) > return NULL; >@@ -351,9 +350,6 @@ Context_kt_default(PyObject *unself __UNUSED, PyObject *args, PyObject *kw) > > PyErr_Clear(); > >- ctx = PyObject_GetAttrString(self, "_ctx"); >- kctx = PyCObject_AsVoidPtr(ctx); >- > { > PyObject *args, *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