Subject: CVS commit: xsrc/xfree/xc/lib/fontconfig/src
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 02/01/2004 14:11:02
Module Name: xsrc
Committed By: lukem
Date: Sun Feb 1 14:11:02 UTC 2004
Modified Files:
xsrc/xfree/xc/lib/fontconfig/src: fcstr.c
Log Message:
In FcStrCopyFilename(), don't attempt to deference a pointer to getenv("HOME")
until ensuring it's not NULL. Fix from Masao Uebayashi <uebayasi@>
Use size_t instead of int to store size of malloc buffer.
To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 xsrc/xfree/xc/lib/fontconfig/src/fcstr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.