diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2017-06-15 13:30:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-15 13:30:40 (GMT) |
commit | 8acb4cf2b3436652568d7a70228b166316181466 (patch) | |
tree | d5bee2487229c7290dff47b2906b66227ed1fb02 /Lib/smtplib.py | |
parent | 7926516ff95ed9c8345ed4c4c4910f44ffbd5949 (diff) | |
download | cpython-8acb4cf2b3436652568d7a70228b166316181466.zip cpython-8acb4cf2b3436652568d7a70228b166316181466.tar.gz cpython-8acb4cf2b3436652568d7a70228b166316181466.tar.bz2 |
bpo-30602: Fix refleak in os.spawnv() (#2212)
When os.spawnv() fails while handling arguments, free correctly
argvlist: pass lastarg+1 rather than lastarg to free_string_array()
to also free the first item.
Diffstat (limited to 'Lib/smtplib.py')
0 files changed, 0 insertions, 0 deletions