]> git.ipfire.org Git - thirdparty/libsolv.git/commit
map_and: fix writing outside of target map memory 609/head
authorAleš Matěj <amatej@redhat.com>
Fri, 6 Mar 2026 08:25:17 +0000 (09:25 +0100)
committerAleš Matěj <amatej@redhat.com>
Fri, 6 Mar 2026 08:27:45 +0000 (09:27 +0100)
commit627557348319c38c95e7ca9222c18400fef8721c
treecde6a398bba5729231f1c2ec9e7db274e1410d76
parent1d0e4eebc36d6d69524b751d776000ad18964d92
map_and: fix writing outside of target map memory

`ti` already points somewhere in the target, depending on the source
size, adding full `t->size` goes out of bounds.
src/bitmap.c