head 1.2; access; symbols pkgsrc-2025Q1:1.1.0.6 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.4 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.2 pkgsrc-2024Q3-base:1.1; locks; strict; comment @// @; 1.2 date 2025.05.09.05.51.24; author adam; state dead; branches; next 1.1; commitid gd9WBpmGiiwY5cUF; 1.1 date 2024.07.06.15.45.06; author adam; state Exp; branches; next ; commitid 9KpFpYTi5zNpfNgF; desc @@ 1.2 log @llvm: updated to 19.1.7 19.1.7 https://releases.llvm.org/19.1.0/docs/ReleaseNotes.html @ text @$NetBSD: patch-lib_fuzzer_FuzzerUtilLinux.cpp,v 1.1 2024/07/06 15:45:06 adam Exp $ Fix a typo. --- lib/fuzzer/FuzzerUtilLinux.cpp.orig 2024-07-03 12:00:43.939003953 +0000 +++ lib/fuzzer/FuzzerUtilLinux.cpp @@@@ -44,7 +44,7 @@@@ void SetThreadName(std::thread &thread, #if LIBFUZZER_LINUX || LIBFUZZER_FREEBSD (void)pthread_setname_np(thread.native_handle(), name.c_str()); #elif LIBFUZZER_NETBSD - (void)pthread_set_name_np(thread.native_handle(), "%s", name.c_str()); + (void)pthread_setname_np(thread.native_handle(), "%s", (void *)name.c_str()); #endif } @ 1.1 log @llvm: updated to 18.1.8 https://releases.llvm.org @ text @d1 1 a1 1 $NetBSD$ @