[Bug 217516] editors/jove: previous port patch sends calls to internal function to stdlib, causing core dumps

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Mar 3 10:30:02 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217516

            Bug ID: 217516
           Summary: editors/jove: previous port patch sends calls to
                    internal function to stdlib, causing core dumps
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: crahman at gmail.com

Created attachment 180459
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=180459&action=edit
Four additional patch files for editors/jove

Jove used an internal function named 'getline()' to save and read its recovery
file.  This call was renamed get_line() by a previous port patch, but only in
its definition.  The code that called it was not changed, causing the stdlib
getline() to be called with incorrect arguments.  This broke jove's recovery
function and caused core dumps.

The attached patches finsh the work by renaming the internal getline to
get_line() throughout the code.

These four patch files should be added to the files directory.

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


More information about the freebsd-ports-bugs mailing list