Skip to content

Commit facf3af

Browse files
radarherehugovk
authored andcommitted
Added release notes
1 parent 2a93aba commit facf3af

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

docs/releasenotes/10.3.0.rst

+4-14
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,11 @@
44
Security
55
========
66

7-
TODO
8-
^^^^
7+
:cve:`2024-28219`: Fix buffer overflow in ``_imagingcms.c``
8+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
99

10-
TODO
11-
12-
:cve:`YYYY-XXXXX`: TODO
13-
^^^^^^^^^^^^^^^^^^^^^^^
14-
15-
TODO
16-
17-
Backwards Incompatible Changes
18-
==============================
19-
20-
TODO
21-
^^^^
10+
In ``_imagingcms.c``, two ``strcpy`` calls were able to copy too much data into fixed
11+
length strings. This has been fixed by using ``strncpy`` instead.
2212

2313
Deprecations
2414
============

0 commit comments

Comments
 (0)