diff options
author | Zackery Spytz <zspytz@gmail.com> | 2019-09-09 15:48:32 (GMT) |
---|---|---|
committer | T. Wouters <thomas@python.org> | 2019-09-09 15:48:32 (GMT) |
commit | 682107cf458578ee6bd92b7cc6862113034a4fad (patch) | |
tree | ccde00cbac424b2a41058fddb53c003d06ea8885 /Misc | |
parent | d91d4de31745fc1ed4c7e6c208917827c9c472b6 (diff) | |
download | cpython-682107cf458578ee6bd92b7cc6862113034a4fad.zip cpython-682107cf458578ee6bd92b7cc6862113034a4fad.tar.gz cpython-682107cf458578ee6bd92b7cc6862113034a4fad.tar.bz2 |
bpo-36279: Ensure os.wait3() rusage is initialized (GH-15111)
Co-Authored-By: David Wilson <dw@botanicus.net>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2019-08-04-12-24-18.bpo-36279.8Zy7jZ.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2019-08-04-12-24-18.bpo-36279.8Zy7jZ.rst b/Misc/NEWS.d/next/Core and Builtins/2019-08-04-12-24-18.bpo-36279.8Zy7jZ.rst new file mode 100644 index 0000000..0d045c5 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2019-08-04-12-24-18.bpo-36279.8Zy7jZ.rst @@ -0,0 +1 @@ +Fix potential use of uninitialized memory in :func:`os.wait3`. |