]> granicus.if.org Git - python/commit
Fix a potential problem in PyLong_FromString(): could fall through the
authorGuido van Rossum <guido@python.org>
Tue, 4 Aug 1998 15:04:06 +0000 (15:04 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 4 Aug 1998 15:04:06 +0000 (15:04 +0000)
commitac6a37ae55b0f165dee662d65976c2d3ab9d2325
treecbb592d48b3cdfa1015f47debb2be5edce3d5d01
parentdf3d8756b77979279784d2a5545574e2eda85eea
Fix a potential problem in PyLong_FromString(): could fall through the
for loop with z==NULL but continue to reference z later.
Objects/longobject.c