diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2007-10-05 05:05:24 +0000 |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2007-10-05 05:05:24 +0000 |
commit | c9f22b954fd8b35eae4adef0652d27473edfdd44 (patch) | |
tree | cc258f95112d0318830018a3a2c83d430d8bf7bc /Python/marshal.c | |
parent | 14f848bb22e88cac0010980e34caf11d00331740 (diff) | |
download | cpython-git-c9f22b954fd8b35eae4adef0652d27473edfdd44.tar.gz |
Backport 58332: Fix Coverity #159.
This code was broken if save() returned a negative number since i contained
a boolean value and then we compared i < 0 which should never be true.
Diffstat (limited to 'Python/marshal.c')
0 files changed, 0 insertions, 0 deletions