Update versions affected by python -- buffer overrun in repr() for
unicode strings: - Python 2.5.c2 was already fixed (verified in upstream SVN). - Python 2.4 port just got the fix. - I can't find any trace of python23, python22, and python-devel ever having existed as package names, so I removed them. - Add python+ipv6. I don't really know if it contained the problematic unicode code, but better safe than sorry.
This commit is contained in:
parent
d093092a60
commit
e391f0156f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=174896
1 changed files with 7 additions and 4 deletions
|
@ -65,12 +65,14 @@ Note: Please add new entries to the beginning of this file.
|
|||
<topic>python -- buffer overrun in repr() for unicode strings</topic>
|
||||
<affects>
|
||||
<package>
|
||||
<name>python</name>
|
||||
<name>python23</name>
|
||||
<name>python22</name>
|
||||
<name>python-devel</name>
|
||||
<name>python+ipv6</name>
|
||||
<range><ge>0</ge></range>
|
||||
</package>
|
||||
<package>
|
||||
<name>python</name>
|
||||
<range><lt>2.4.3_1</lt></range>
|
||||
<range><gt>2.5.*</gt><lt>2.5.c2</lt></range>
|
||||
</package>
|
||||
</affects>
|
||||
<description>
|
||||
<body xmlns="http://www.w3.org/1999/xhtml">
|
||||
|
@ -97,6 +99,7 @@ Note: Please add new entries to the beginning of this file.
|
|||
<dates>
|
||||
<discovery>2006-08-15</discovery>
|
||||
<entry>2006-10-07</entry>
|
||||
<modified>2006-10-08</modified>
|
||||
</dates>
|
||||
</vuln>
|
||||
|
||||
|
|
Loading…
Reference in a new issue