Files
cpython/Modules
Neal Norwitz c6a989ac3a Fix problems found by Coverity.
longobject.c: also fix an ssize_t problem
  <a> could have been NULL, so hoist the size calc to not use <a>.

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

_elementtree.c: delete self if there was an error.

_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.
2006-05-10 06:57:58 +00:00
..
2006-05-05 19:14:24 +00:00
2006-04-22 11:15:41 +00:00
2006-01-03 06:48:38 +00:00
2006-02-27 17:20:04 +00:00
2006-04-22 11:40:03 +00:00
2006-05-10 06:57:58 +00:00
2006-05-10 06:57:58 +00:00
2006-04-22 11:40:03 +00:00
2006-02-15 17:27:45 +00:00
2006-04-18 11:53:09 +00:00
2006-05-10 06:57:58 +00:00
2006-04-18 01:01:41 +00:00
2004-07-02 18:57:45 +00:00
2006-02-15 17:27:45 +00:00
2006-02-15 17:27:45 +00:00
2006-03-07 18:50:55 +00:00
2006-04-22 11:15:41 +00:00
2006-04-12 05:24:39 +00:00
2006-05-08 05:25:56 +00:00
2006-04-16 00:02:59 +00:00
2006-04-22 01:58:40 +00:00