]> sourceware.org Git - glibc.git/commit
malloc: Use different tag after mremap
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Fri, 12 Mar 2021 09:46:15 +0000 (09:46 +0000)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Fri, 19 Mar 2021 11:46:21 +0000 (11:46 +0000)
commit4aadefff0647fd8a4ade4377bdfab60989c37b7f
tree8374641341135f1884ad066e1511078dec36f284
parent4af59f688a0c79487187441c3257466037164221
malloc: Use different tag after mremap

The comment explained why different tag is used after mremap, but
for that correctly tagged pointer should be passed to tag_new_usable.
Use chunk2mem to get the tag.
malloc/malloc.c
This page took 0.041893 seconds and 5 git commands to generate.