diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2021-09-17 08:46:19 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-17 08:46:19 (GMT) |
commit | 773319545ba60577bc140aa46eac83b360240b7a (patch) | |
tree | b1857f89ed094cce722974eee2972d62162da469 /Misc | |
parent | 80d9ff16483b6c1898bcdcc811b5450b57a5e573 (diff) | |
download | cpython-773319545ba60577bc140aa46eac83b360240b7a.zip cpython-773319545ba60577bc140aa46eac83b360240b7a.tar.gz cpython-773319545ba60577bc140aa46eac83b360240b7a.tar.bz2 |
bpo-45228: Fix stack buffer overflow in parsing J1939 address (GH-28404)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2021-09-17-09-59-33.bpo-45228.WV1dcT.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-09-17-09-59-33.bpo-45228.WV1dcT.rst b/Misc/NEWS.d/next/Library/2021-09-17-09-59-33.bpo-45228.WV1dcT.rst new file mode 100644 index 0000000..9336c0a --- /dev/null +++ b/Misc/NEWS.d/next/Library/2021-09-17-09-59-33.bpo-45228.WV1dcT.rst @@ -0,0 +1 @@ +Fix stack buffer overflow in parsing J1939 network address. |