]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Fix wcscpy wrapper.
authorNicholas Nethercote <nnethercote@mozilla.com>
Wed, 2 Dec 2020 05:18:06 +0000 (16:18 +1100)
committerNicholas Nethercote <nnethercote@mozilla.com>
Wed, 2 Dec 2020 05:18:06 +0000 (16:18 +1100)
commit95470d249b93d7eac7b936b81a4ceb224986fd06
treebdd137aea2d6ea37a8d07e8866d73cb747621af7
parent74b74174d572fee4015b8f4e326db3cd949bcdc3
Fix wcscpy wrapper.

wcscpy deals with wchar_t, which has a size of 4, so the adjustment in
the wrapper must be +4 instead of +1.
shared/vg_replace_strmem.c