summaryrefslogtreecommitdiffstats
path: root/Python/errors.c
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2020-06-12 17:02:45 (GMT)
committerGitHub <noreply@github.com>2020-06-12 17:02:45 (GMT)
commitee3f7fee94915ab4f34c92d6c89b211de476660d (patch)
tree37e501199c16e43f1a4b868c41e89953edd8f476 /Python/errors.c
parent2c0a59bb3d2fb83312c965ea9d5ef9d0028a53bb (diff)
downloadcpython-ee3f7fee94915ab4f34c92d6c89b211de476660d.zip
cpython-ee3f7fee94915ab4f34c92d6c89b211de476660d.tar.gz
cpython-ee3f7fee94915ab4f34c92d6c89b211de476660d.tar.bz2
bpo-40955: Fix memory leak in subprocess module (GH-20825)
``` Direct leak of 8 byte(s) in 1 object(s) allocated from: GH-0 0x7f008bf19667 in __interceptor_malloc (/lib64/libasan.so.6+0xb0667) GH-1 0x7f007a0bee4a in subprocess_fork_exec /home/heimes/dev/python/cpython/Modules/_posixsubprocess.c:774 GH-2 0xe0305b in cfunction_call Objects/methodobject.c:546 ``` Signed-off-by: Christian Heimes <christian@python.org> (cherry picked from commit 0d3350daa8123a3e16d4a534b6e873eb12c10d7c) Co-authored-by: Christian Heimes <christian@python.org>
Diffstat (limited to 'Python/errors.c')
0 files changed, 0 insertions, 0 deletions