Bug 401284 - False positive "Source and destination overlap in strncat"
commit8eb1df5752f2acba13f78d33b93ec5d1e954b4ff
authorPaul Floyd <pjfloyd@wanadoo.fr>
Thu, 9 Nov 2023 21:19:43 +0000 (9 22:19 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Thu, 9 Nov 2023 21:19:43 +0000 (9 22:19 +0100)
treeb8f2ab42bb412ab01b2713b026e7755e71048d40
parent9e85d62490501ab1e3404f262c4f822653361c0d
Bug 401284 - False positive "Source and destination overlap in strncat"

Need to also look at strlcat and plain strcat.
.gitignore
NEWS
memcheck/tests/Makefile.am
memcheck/tests/bug401284.c [new file with mode: 0644]
memcheck/tests/bug401284.stderr.exp [new file with mode: 0644]
memcheck/tests/bug401284.stdout.exp [new file with mode: 0644]
memcheck/tests/bug401284.vgtest [new file with mode: 0644]
shared/vg_replace_strmem.c