mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 18:46:38 -04:00
Security: https://vuxml.freebsd.org/freebsd/8fe4f296-a3ec-11ef-8c1c-a8a1599412c6.html PR: 278413
11 lines
563 B
C++
11 lines
563 B
C++
--- ipc/ipc_message_utils.cc.orig 2024-11-14 07:57:23 UTC
|
|
+++ ipc/ipc_message_utils.cc
|
|
@@ -399,7 +399,7 @@ void ParamTraits<unsigned int>::Log(const param_type&
|
|
}
|
|
|
|
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \
|
|
- BUILDFLAG(IS_FUCHSIA) || \
|
|
+ BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD) || \
|
|
(BUILDFLAG(IS_ANDROID) && defined(ARCH_CPU_64_BITS))
|
|
void ParamTraits<long>::Log(const param_type& p, std::string* l) {
|
|
l->append(base::NumberToString(p));
|