RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1284968 - Reads from file like objects actually only worked for file objects
Summary: Reads from file like objects actually only worked for file objects
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: python-nss
Version: 6.7
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: rc
: ---
Assignee: John Dennis
QA Contact: BaseOS QE Security Team
URL:
Whiteboard:
Depends On: 1225211 1225212
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-11-24 15:00 UTC by Stanislav Zidek
Modified: 2016-07-21 17:08 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of: 1225212
Environment:
Last Closed: 2016-07-21 17:08:46 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Stanislav Zidek 2015-11-24 15:00:54 UTC
+++ This bug was initially created as a clone of Bug #1225212 +++

+++ This bug was initially created as a clone of Bug #1225211 +++

Seems to be present also on RHEL-6 - python-nss-0.16.0-1.el6

Several python-nss functions/methods state they can read their input from either a string or any file like object (e.g. PKCS12Decoder). There is a bug in the common routine used to read the data for these entry points. It only worked for strings and file objects (or derived from the file object class). It fails to work for file like objects that implement the file interface (e.g. StringIO).

Comment 4 Nathan Kinder 2016-07-21 17:08:46 UTC
We do not plan to fix this issue in RHEL 6.x given where it is at in it's lifecycle.  Closing this as WONTFIX.


Note You need to log in before you can comment on or make changes to this bug.