[Bug 196184] New: japanese/ebview-gtk2: Size mismatch between int and ssize_t in amd64

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Dec 22 08:09:21 UTC 2014


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

            Bug ID: 196184
           Summary: japanese/ebview-gtk2: Size mismatch between int and
                    ssize_t in amd64
           Product: Ports Tree
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: moga at chigusa.homeunix.org

Created attachment 150843
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=150843&action=edit
This patch solves the problem.

Because of the size mismatch between int and ssize_t, the value given by a
pointer to int destroys an adjacent value when it would be written as the
pointer to ssize_t.  Some values defined in src/eb.c are referenced as 
the values of ssize_t in libeb functions, causing a segmentation fault or
incorrect search results.

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


More information about the freebsd-ports-bugs mailing list