Skip to content

Commit 1ff2e2b

Browse files
committed
changelog
1 parent c6b664c commit 1ff2e2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGES/1221.bugfix.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Fixed a memory corruption issue in the C implementation of ``_md_shrink()`` that could lead to segmentation faults and data loss when items were deleted from a ``MultiDict``. The issue was an edge case in the pointer arithmetic during the compaction phase -- by :user:`bdraco`.
1+
Fixed a memory corruption issue in the C implementation of ``_md_shrink()`` that could lead to segmentation faults and data loss when items were deleted from a :class:`~multidict.MultiDict`. The issue was an edge case in the pointer arithmetic during the compaction phase -- by :user:`bdraco`.

0 commit comments

Comments
 (0)