diff options
author | Matthias Görgens <matthias.goergens@gmail.com> | 2022-09-19 07:59:13 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-19 07:59:13 (GMT) |
commit | cbdeda8ce7a3543cb3376d70e4cd46fcf24f42a7 (patch) | |
tree | b17143d740617257acf2e1544815ec5188aaa1cf /Misc | |
parent | bbc24b2bd569108b957ed24c5a95ffeaf8cde0db (diff) | |
download | cpython-cbdeda8ce7a3543cb3376d70e4cd46fcf24f42a7.zip cpython-cbdeda8ce7a3543cb3376d70e4cd46fcf24f42a7.tar.gz cpython-cbdeda8ce7a3543cb3376d70e4cd46fcf24f42a7.tar.bz2 |
gh-96821: Fix undefined behaviour in `_testcapimodule.c` (GH-96915)
* gh-96821: Assert for demonstrating undefined behaviour
* Fix UB
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2022-09-18-08-47-40.gh-issue-96821.Co2iOq.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2022-09-18-08-47-40.gh-issue-96821.Co2iOq.rst b/Misc/NEWS.d/next/Core and Builtins/2022-09-18-08-47-40.gh-issue-96821.Co2iOq.rst new file mode 100644 index 0000000..4fd0532 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2022-09-18-08-47-40.gh-issue-96821.Co2iOq.rst @@ -0,0 +1 @@ +Fix undefined behaviour in ``_testcapimodule.c``. |