Package: python-cjson / 1.0.5-4

Metadata

Package Version Patches format
python-cjson 1.0.5-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 fix for CVE 2010 1666 | (download)

cjson.c | 30 20 + 10 - 0 !
jsontest.py | 12 12 + 0 - 0 !
2 files changed, 32 insertions(+), 10 deletions(-)

 [patch] fix for cve-2010-1666

Matt Giuca discovered a potential buffer overflow in python-cjson. It has been
assigned CVE-2010-1666. This patch is taken from the patch submitted and
applied to Ubuntu's version of python-cjson.

0002 fix for CVE 2009 4924 | (download)

cjson.c | 2 2 + 0 - 0 !
jsontest.py | 7 1 + 6 - 0 !
2 files changed, 3 insertions(+), 6 deletions(-)

---