svn commit: r568794 - in head/multimedia/pipewire: . files

Alexey Dokuchaev danfe at freebsd.org
Fri Mar 19 17:44:48 UTC 2021


On Fri, Mar 19, 2021 at 01:36:45PM +0000, Gleb Popov wrote:
> New Revision: 568794
> URL: https://svnweb.freebsd.org/changeset/ports/568794
> 
> Log:
>   multimedia/pipewire: Fix a runtime crash.
> 
> ...
> @@ -0,0 +1,10 @@
> +--- src/daemon/pipewire.c.orig	2021-03-04 15:21:21 UTC
> ++++ src/daemon/pipewire.c
> +@@ -25,6 +25,7 @@
> + #include <limits.h>
> + #include <signal.h>
> + #include <getopt.h>
> ++#include <libgen.h>
> + 
> + #include <spa/utils/result.h>
> + #include <pipewire/pipewire.h>

Could you explain how adding a header file fixes a runtime crash?  I could
guess that it's e.g. because of a missing function prototype that returns
a pointer or something, but I'd much rather read about the exact reason in
the commit log that take a wild guess.

./danfe


More information about the svn-ports-head mailing list