[valgrind] [Bug 475652] Missing suppression for __wcsncpy_avx2 (strncpy-avx2.S:308)?

2023-10-18 Thread Sam James
https://bugs.kde.org/show_bug.cgi?id=475652 --- Comment #9 from Sam James --- (In reply to Sam James from comment #8) > Fixed with > https://sourceware.org/git/?p=valgrind.git;a=commit; > h=f7829b6d4783f94fce6ea3323fb13d21ff025913 for 3.22 (thank you everyone) -- You are receiving this mail

[valgrind] [Bug 475652] Missing suppression for __wcsncpy_avx2 (strncpy-avx2.S:308)?

2023-10-18 Thread Sam James
https://bugs.kde.org/show_bug.cgi?id=475652 Sam James changed: What|Removed |Added Resolution|--- |FIXED Status|REPORTED

[valgrind] [Bug 475652] Missing suppression for __wcsncpy_avx2 (strncpy-avx2.S:308)?

2023-10-16 Thread Arsen Arsenović
https://bugs.kde.org/show_bug.cgi?id=475652 --- Comment #7 from Arsen Arsenović --- LGTM ~/.../_build/_pfx/bin$ gcc -O3 ~/test.c && valgrind ./a.out ==3321707== Memcheck, a memory error detector ==3321707== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al. ==3321707== Using

[valgrind] [Bug 475652] Missing suppression for __wcsncpy_avx2 (strncpy-avx2.S:308)?

2023-10-16 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=475652 --- Comment #6 from Paul Floyd --- Created attachment 162341 --> https://bugs.kde.org/attachment.cgi?id=162341=edit Modified srmem functions file Haven't had time to test this yet. I'll try to write some tests tonight. -- You are receiving this

[valgrind] [Bug 475652] Missing suppression for __wcsncpy_avx2 (strncpy-avx2.S:308)?

2023-10-15 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=475652 Mark Wielaard changed: What|Removed |Added CC||m...@klomp.org --- Comment #5 from Mark

[valgrind] [Bug 475652] Missing suppression for __wcsncpy_avx2 (strncpy-avx2.S:308)?

2023-10-15 Thread Arsen Arsenović
https://bugs.kde.org/show_bug.cgi?id=475652 Arsen Arsenović changed: What|Removed |Added CC||ar...@aarsen.me --- Comment #4 from Arsen

[valgrind] [Bug 475652] Missing suppression for __wcsncpy_avx2 (strncpy-avx2.S:308)?

2023-10-15 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=475652 --- Comment #3 from Paul Floyd --- Finally https://elixir.bootlin.com/glibc/glibc-2.38/source/sysdeps/x86_64/multiarch/strncpy-avx2.S -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 475652] Missing suppression for __wcsncpy_avx2 (strncpy-avx2.S:308)?

2023-10-15 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=475652 --- Comment #2 from Paul Floyd --- And https://en.cppreference.com/w/c/string/wide/wcsncpy -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 475652] Missing suppression for __wcsncpy_avx2 (strncpy-avx2.S:308)?

2023-10-15 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=475652 --- Comment #1 from Paul Floyd --- Python source here: https://github.com/python/cpython/blob/84b7e9e3fa67fb9b92088d17839d8235f1cec62e/Python/fileutils.c#L2104 -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 475652] Missing suppression for __wcsncpy_avx2 (strncpy-avx2.S:308)?

2023-10-15 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=475652 Paul Floyd changed: What|Removed |Added Assignee|jsew...@acm.org |pjfl...@wanadoo.fr CC|