summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2021-09-17 08:46:19 (GMT)
committerGitHub <noreply@github.com>2021-09-17 08:46:19 (GMT)
commit773319545ba60577bc140aa46eac83b360240b7a (patch)
treeb1857f89ed094cce722974eee2972d62162da469 /Misc
parent80d9ff16483b6c1898bcdcc811b5450b57a5e573 (diff)
downloadcpython-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.rst1
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.