Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Nov 2015 12:59:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 204845] comms/efax core dumps on amd64
Message-ID:  <bug-204845-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204845

            Bug ID: 204845
           Summary: comms/efax core dumps on amd64
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: yama@jasper.co.jp

Created attachment 163581
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=163581&action=edit
A patch file for solution.

I install comms/efax using pkg command on FreeBSD10.1/amd64. The program stops
with core dump.

How to reproduce:
* Edit a configuration file /usr/local/etc/efax.rc.
* Run a command as bellow.
    fax send FAX-NUMBER FILENAME

Reason:
A variable (va_list ap) is broken.

Solution:
Apply patch. This patch initializes the variable ap every time in a for loop.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-204845-13>