index
:
xorg/lib/libXfont
CYGWIN
DAMAGE-XFIXES
IPv6-REVIEW
XACE-SELINUX
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
libXfont-1.2-branch
libXfont-1.4-branch
libXfont-1.5-branch
master
sco_port_update
X font handling library for server & utilities (mirrored from https://gitlab.freedesktop.org/xorg/lib/libxfont)
krh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
fontfile
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-11
Fix buffer overrun in FontFileMakeDir on WIN32
Peter Harris
1
-4
/
+5
2022-06-21
Fix comments to reflect removal of OS/2 support
Alan Coopersmith
3
-4
/
+4
2022-04-06
Fix spelling/wording issues
Alan Coopersmith
2
-2
/
+2
2021-07-14
Fix out-of-bounds read in FontFileMakeDir()
Alex Richardson
1
-4
/
+1
2019-08-17
CatalogueRescan: if opendir() fails, unref fpes, but don't free the cat
Alan Coopersmith
1
-4
/
+2
2019-08-04
Convert multiplying malloc calls to use mallocarray instead
Alan Coopersmith
1
-1
/
+1
2019-08-03
Convert multiplying realloc calls to use reallocarray instead
Alan Coopersmith
5
-5
/
+10
2019-08-03
Use bounds checking string functions everywhere
Alan Coopersmith
3
-30
/
+33
2017-11-25
Open files with O_NOFOLLOW. (CVE-2017-16611)
Michal Srb
2
-4
/
+26
2017-10-04
Check for end of string in PatternMatch (CVE-2017-13720)
Michal Srb
1
-1
/
+3
2015-12-09
Convert to non-recursive build.
Matt Turner
1
-29
/
+0
2015-12-08
Eliminate calls back to X server or font server functions by name (v4)
libXfont2-2.0.0
Keith Packard
16
-52
/
+74
2015-02-26
Set close-on-exec for font file I/O.
Christos Zoulas
2
-6
/
+11
2014-06-27
Make shared library work on Cygwin/MinGW
Yaakov Selkowitz
1
-3
/
+3
2014-05-12
CVE-2014-0209: integer overflow of realloc() size in lexAlias()
Alan Coopersmith
1
-0
/
+4
2014-05-12
CVE-2014-0209: integer overflow of realloc() size in FontFileAddEntry()
Alan Coopersmith
1
-0
/
+5
2014-04-21
Check if pointer returned by BufFileCreate is NULL before writing to it
Alan Coopersmith
1
-2
/
+4
2014-01-29
Warning fixes.
Keith Packard
3
-21
/
+25
2014-01-08
Remove redundant declaration of FontFileStartListFonts()
Alan Coopersmith
1
-5
/
+0
2014-01-08
Fix unused variable 'dir' warnings
Alan Coopersmith
1
-4
/
+0
2013-11-01
Replace malloc(strlen)+strcpy/strcat calls with strdup
Alan Coopersmith
1
-7
/
+3
2013-06-02
Protect config.h inclusion with ifdef HAVE_CONFIG_H, like usual.
Thomas Klausner
1
-0
/
+2
2013-01-16
Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS
Alan Coopersmith
1
-1
/
+1
2012-12-07
catalogue: Fix obvious thinko
Adam Jackson
1
-1
/
+1
2012-10-29
Omit catalogue support on systems without symlinks
Yaakov Selkowitz
2
-0
/
+6
2011-11-11
Add const attributes to fix gcc -Wwrite-strings warnings
Alan Coopersmith
1
-2
/
+2
2011-10-10
Support compress files with maxbits < 12
Tomas Hoger
1
-12
/
+2
2011-09-17
Do proper input validation to fix for CVE-2011-2895.
Joerg Sonnenberger
1
-13
/
+16
2011-09-16
Strip trailing whitespace
Alan Coopersmith
12
-105
/
+105
2011-08-10
LZW decompress: fix for CVE-2011-2895
Thomas Hoger
1
-0
/
+2
2010-11-21
Sun's copyrights belong to Oracle now
Alan Coopersmith
1
-1
/
+1
2010-10-06
Purge cvs tags.
Jesse Adkins
13
-36
/
+0
2010-01-14
Update Sun license notices to current X.Org standard form
Alan Coopersmith
1
-23
/
+18
2009-10-07
Remove unused setting of ENCODINGSDIR
Alan Coopersmith
1
-6
/
+1
2009-09-15
Fixed int(*)()->double cast warning
Bob Ham
1
-1
/
+2
2009-01-29
Janitor: make distcheck and .gitignore
Paulo Cesar Pereira de Andrade
1
-6
/
+0
2009-01-20
Allow case insensitive filename matching in fontfile.
Adam Jackson
1
-5
/
+3
2009-01-20
Delete some dead ifdefs
Adam Jackson
2
-37
/
+0
2009-01-20
Move the copy of CopyISOLatin1Lowered near its user, and un-weak it.
Adam Jackson
1
-1
/
+23
2009-01-20
Drop OS/2 support
Adam Jackson
6
-13
/
+8
2009-01-20
xalloc -> malloc, etc.
Adam Jackson
11
-77
/
+73
2009-01-20
Remove printer font support.
Adam Jackson
3
-323
/
+0
2009-01-20
Remove loadable renderer support.
Adam Jackson
2
-32
/
+2
2009-01-20
Get rid of a useless array
Adam Jackson
1
-39
/
+3
2009-01-20
Delete Type1
Adam Jackson
2
-20
/
+0
2009-01-20
Delete speedo
Adam Jackson
2
-21
/
+0
2008-12-19
libXfont ansification and removal of xf86_ansic.h dependency
Paulo Cesar Pereira de Andrade
1
-6
/
+0
2008-12-18
Always scan catalogue dirs at startup, even if their mtime < 0
Alan Coopersmith
1
-6
/
+8
2008-11-04
Don't clobber CFLAGS in configure
Julien Cristau
1
-0
/
+2
2008-10-20
X.Org Bug 17945: avoid gcc warnings for libXfont
Peter Breitenlohner
2
-2
/
+2
[next]