• Neal Norwitz's avatar
    Fix problems found by Coverity. · c6a989ac
    Neal Norwitz yazdı
    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.
    c6a989ac
Adı
Son kayıt (commit)
Son güncelleme
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
RISCOS Loading commit data...
Tools Loading commit data...
.hgtags Loading commit data...
LICENSE Loading commit data...
Makefile.pre.in Loading commit data...
README Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...
pyconfig.h.in Loading commit data...
setup.py Loading commit data...