Control: forcemerge 749265 -1

On 19.02.2015 22:48, Florian Will wrote:
> Can you check if this bug report is a duplicate of bug #749265,
> "debian-specific patch causes segfault with -d option"?
> 
> I think the bugs are the same, but maybe I've overlooked something.

Oh, right. On further investigation, it seems like they are the same issue.

I workarounded this for me with the following patch, but from a quick code
lecture it seems there is more at fault.

--- a/minidlna.c
+++ b/minidlna.c
@@ -888,7 +888,7 @@
                log_level = log_str;

        /* Set the default log file path to NULL (stdout) */
-       path = NULL;
+       path = "./minidlna.log";
        if (debug_flag)
        {
                pid = getpid();


 - Roland


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to