[Bug 204845] comms/efax core dumps on amd64

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Nov 27 12:59:12 UTC 2015


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 at FreeBSD.org
          Reporter: yama at 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.


More information about the freebsd-ports-bugs mailing list