From 796a6b9583312de13e77f198e48ac4de6fa2d7f7 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Tue, 14 Oct 2025 14:20:24 +0100 Subject: [PATCH] Fix URL in libbacktrace_impls.hpp The double slash in the URL redirects to the bugzilla main page. --- include/boost/stacktrace/detail/libbacktrace_impls.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/stacktrace/detail/libbacktrace_impls.hpp b/include/boost/stacktrace/detail/libbacktrace_impls.hpp index 5f37ba7..5415c97 100644 --- a/include/boost/stacktrace/detail/libbacktrace_impls.hpp +++ b/include/boost/stacktrace/detail/libbacktrace_impls.hpp @@ -83,7 +83,7 @@ BOOST_SYMBOL_VISIBLE inline ::backtrace_state* construct_state(const program_loc // // Unfortunately, that solution segfaults when `construct_state()` function is in .so file // and multiple threads concurrently work with state. I failed to localize the root cause: - // https://gcc.gnu.org/bugzilla//show_bug.cgi?id=87653 + // https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87653 #define BOOST_STACKTRACE_DETAIL_IS_MT 1