We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a93aba commit facf3afCopy full SHA for facf3af
docs/releasenotes/10.3.0.rst
@@ -4,21 +4,11 @@
4
Security
5
========
6
7
-TODO
8
-^^^^
+:cve:`2024-28219`: Fix buffer overflow in ``_imagingcms.c``
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9
10
11
-
12
-:cve:`YYYY-XXXXX`: TODO
13
-^^^^^^^^^^^^^^^^^^^^^^^
14
15
16
17
-Backwards Incompatible Changes
18
-==============================
19
20
21
+In ``_imagingcms.c``, two ``strcpy`` calls were able to copy too much data into fixed
+length strings. This has been fixed by using ``strncpy`` instead.
22
23
Deprecations
24
============
0 commit comments