ports/www/chromium/files/patch-ipc_ipc__channel.h
Carlos J. Puga Medina 8d28aa8db0 www/chromium: update to 56.0.2924.87
- Use system FFmpeg instead of embedded code copy [1]
- Disable PULSEAUDIO option [2]
- Sort _DEPENDS variables
- Regenerate patches with make makepatch

PR:		215271 [1], 216327 [2]
Reported by:	jbeich [1]
Approved by:	rene
MFH:		2017Q1
Security:	https://vuxml.freebsd.org/freebsd/4b9ca994-e3d9-11e6-813d-e8e0b747a45a.html
2017-02-06 19:29:36 +00:00

11 lines
442 B
C++

--- ipc/ipc_channel.h.orig 2017-01-26 00:49:15 UTC
+++ ipc/ipc_channel.h
@@ -245,7 +245,7 @@ class IPC_EXPORT Channel : public Sender
static std::string GenerateUniqueRandomChannelID();
#endif
-#if defined(OS_LINUX)
+#if defined(OS_LINUX) || defined(OS_BSD)
// Sandboxed processes live in a PID namespace, so when sending the IPC hello
// message from client to server we need to send the PID from the global
// PID namespace.