Date: Fri, 7 Jul 2000 09:22:34 -0700 (PDT) From: Steve Price <steve@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-servers/Xfstt/patches patch-ab Message-ID: <200007071622.JAA92992@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
steve 2000/07/07 09:22:34 PDT Modified files: x11-servers/Xfstt/patches patch-ab Log: 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> Revision Changes Path 1.3 +18 -3 ports/x11-servers/Xfstt/patches/patch-ab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007071622.JAA92992>