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 303501 Details for
Bug 442005
CVE-2008-1721 python: integer signedness error in the zlib extension module
[?]
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.
Copy of the reproducer from the upstream bug
misallocation.py (text/plain), 693 bytes, created by
Tomas Hoger
on 2008-04-23 15:05:13 UTC
(
hide
)
Description:
Copy of the reproducer from the upstream bug
Filename:
MIME Type:
Creator:
Tomas Hoger
Created:
2008-04-23 15:05:13 UTC
Size:
693 bytes
patch
obsolete
>#!/usr/bin/python > >import zlib > >msg = """ >Desire to know why, and how, curiosity; such as is in no living creature > but man: >so that man is distinguished, not only by his reason, but also by this > singular passion >from other animals; in whom the appetite of food, and other pleasures of > sense, by >predominance, take away the care of knowing causes; which is a lust of > the mind, >that by a perseverance of delight in the continual and indefatigable >generation of knowledge, exceedeth the short vehemence of any carnal > pleasure. >""" > >compMsg = zlib.compress(msg) >bad = -24 >decompObj = zlib.decompressobj() >decompObj.decompress(compMsg) >decompObj.flush(bad) >
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 Raw
Actions:
View
Attachments on
bug 442005
: 303501 |
303502