]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[Partial backport of r45947 | neal.norwitz]
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 9 Oct 2006 18:30:13 +0000 (18:30 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 9 Oct 2006 18:30:13 +0000 (18:30 +0000)
commitcebdc5e373e9df417b24e4f5442637f27d53f4ba
treec2bd094abe7a3fd049de2a945a233426f94b7acc
parente0235ae1a9a723e3465e10b91333c2e5e2a30618
[Partial backport of r45947 | neal.norwitz]

Fix problems found by Coverity.

_ssl.c: under fail: self is DECREF'd, but it would have been NULL.

_csv.c: I'm not sure if lineterminator could have been anything other than
a string.  However, other string method calls are checked, so check this
one too.
Modules/_csv.c
Modules/_ssl.c