]> git.ipfire.org Git - thirdparty/valgrind.git/commit
coregrind: fix allocation length
authorEthiraric <ethiraric@gmail.com>
Tue, 4 Jun 2024 16:37:48 +0000 (18:37 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Wed, 5 Jun 2024 06:00:14 +0000 (08:00 +0200)
commitecd6d353a5ec2fd12665947235186ab014b629e8
treefddd3ba39157953c4b973fab4c5cf3ff0923b0f4
parenta015ad2e0db40076b4841220c7ab6d6853798936
coregrind: fix allocation length

The `sizeof(preload_core)` here evaluates the size of a pointer rather
than the string behind it (unlike for `VG_PLATFORM` which is a
macro).
coregrind/m_initimg/initimg-linux.c