1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/x11-servers/Xfstt/files
Steve Price dd9e75d1aa From submitter:
xfstt core dumps at times, especially when trying to serve the
        regular "Courier New" font (COUR.TTF).  As a result, X clients
        trying to set the font will hang, and killing the hung clients
        brings down X.

        The problem is that xfstt calls realloc(), through its #define
        shrinkMem(), but neglects to adjust a pointer that used to
        point to memory within the old block.  A subsequent copying of
        that pointer then merrily SIGSEGV's the code.

PR:		19716
Submitted by:	Chan Tur Wei <twchan@singnet.com.sg>
2000-07-07 16:22:34 +00:00
..
patch-aa use CXX instead of c++ and don't compile with -g 2000-04-02 02:19:04 +00:00
patch-ab From submitter: 2000-07-07 16:22:34 +00:00
patch-ac Update to version 1.0. 1999-12-25 02:26:51 +00:00
patch-ad Update to version 1.0. 1999-12-25 02:26:51 +00:00