Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Dec 2014 08:09:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 196184] New: japanese/ebview-gtk2: Size mismatch between int and ssize_t in amd64
Message-ID:  <bug-196184-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: moga@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.



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