Created attachment 248119 [details] Patch for valgrind-devel to latest sourceware snapshot Time to bump valgrind-devel Highlights for FreeBSD Support for 13.3 Added syscalls 578, 580 Improved aio sycall handling Changes 281059 Cannot connect to Oracle using valgrind 390269 unhandled amd64-darwin syscall: unix:464 (openat_nocancel) 401284 False positive "Source and destination overlap in strncat" 428364 Signals inside io_uring_enter not handled 437790 valgrind reports "Conditional jump or move depends on uninitialised value" in memchr of macOS 10.12-10.15 460616 disInstr(arm64): unhandled instruction 0x4E819402 (dotprod/ASIMDDP) 466884 Missing writev uninit padding suppression for _XSend 475498 Add reallocarray wrapper 476320 Build failure with GCC 476535 Difference in allocation size for massif/tests/overloaded-new between clang++/libc++ and g++/libstdc++ 476548 valgrind 3.22.0 fails on assertion when loading debuginfo file produced by mold 476708 valgrind-monitor.py regular expressions should use raw strings 476780 Extend strlcat and strlcpy wrappers to GNU libc 476787 Build of Valgrind 3.21.0 fails when SOLARIS_PT_SUNDWTRACE_THRP is defined 476887 WARNING: unhandled amd64-freebsd syscall: 578 477198 Add fchmodat2 syscall on linux 477628 Add mremap support for Solaris 477630 Include ucontext.h rather than sys/ucontext.h in Solaris sources 477719 vgdb incorrectly replies to qRcmd packet 478211 Redundant code for vgdb.c and Valgrind core tools 478624 Valgrind incompatibility with binutils-2.42 on x86 with new nop patterns (unhandled instruction bytes: 0x2E 0x8D 0xB4 0x26 478837 valgrind fails to read debug info for rust binaries 479041 Executables without RW sections do not trigger debuginfo reading 480052 WARNING: unhandled amd64-freebsd syscall: 580 480126 Build failure on Raspberry Pi 5 / OS 6.1.0-rpi7-rpi-v8 480405 valgrind 3.22.0 "m_debuginfo/image.c:586 (set_CEnt): Assertion '!sr_isError(sr)' failed." 480488 Add support for FreeBSD 13.3 n-i-bz Add redirect for memccpy
Committed, Thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=1aa2cda2c01137627765e2496d9e33e6b790f16f commit 1aa2cda2c01137627765e2496d9e33e6b790f16f Author: Paul Floyd <pjfloyd@wanadoo.fr> AuthorDate: 2024-02-03 12:12:00 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2024-02-04 17:43:22 +0000 devel/valgrind-devel: update to 3.23.0.g20240201 Highlights for FreeBSD Support for 13.3 Added syscalls 578, 580 Improved aio sycall handling Changes * Cannot connect to Oracle using valgrind * unhandled amd64-darwin syscall: unix:464 (openat_nocancel) * False positive "Source and destination overlap in strncat" * Signals inside io_uring_enter not handled * valgrind reports "Conditional jump or move depends on uninitialised * value" in memchr of macOS 10.12-10.15 * disInstr(arm64): unhandled instruction 0x4E819402 (dotprod/ASIMDDP) * Missing writev uninit padding suppression for _XSend * Add reallocarray wrapper * Build failure with GCC * Difference in allocation size for massif/tests/overloaded-new between * clang++/libc++ and g++/libstdc++ * valgrind 3.22.0 fails on assertion when loading debuginfo file produced by mold * valgrind-monitor.py regular expressions should use raw strings * Extend strlcat and strlcpy wrappers to GNU libc * Build of Valgrind 3.21.0 fails when SOLARIS_PT_SUNDWTRACE_THRP is * defined * WARNING: unhandled amd64-freebsd syscall: 578 * Add fchmodat2 syscall on linux * Add mremap support for Solaris * Include ucontext.h rather than sys/ucontext.h in Solaris sources * vgdb incorrectly replies to qRcmd packet * Redundant code for vgdb.c and Valgrind core tools * Valgrind incompatibility with binutils-2.42 on x86 with new nop patterns * (unhandled instruction bytes: 0x2E 0x8D 0xB4 0x26 * valgrind fails to read debug info for rust binaries * Executables without RW sections do not trigger debuginfo reading * WARNING: unhandled amd64-freebsd syscall: 580 * Build failure on Raspberry Pi 5 / OS 6.1.0-rpi7-rpi-v8 * valgrind 3.22.0 "m_debuginfo/image.c:586 (set_CEnt): * Assertion '!sr_isError(sr)' failed." * Add support for FreeBSD 13.3 * Add redirect for memccpy PR: 276769 Reported by: pjfloyd@wanadoo.fr (maintainer) devel/valgrind-devel/Makefile | 6 +++--- devel/valgrind-devel/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-)