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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-06
Fix crash when font server connection lost
HEAD
master
Peter Harris
1
-10
/
+10
2019-10-25
Fix Win32 build since c4ed2e06 "Add some unit testing utilities"
Jon Turney
2
-0
/
+45
2019-08-17
fs_read_glyphs: check if rep is null before dereferencing
Alan Coopersmith
1
-1
/
+2
2019-08-17
CatalogueRescan: if opendir() fails, unref fpes, but don't free the cat
Alan Coopersmith
1
-4
/
+2
2019-08-17
ComputeScaledProperties: check for valid pointers before making atoms
Alan Coopersmith
1
-2
/
+4
2019-08-17
stubs/atom.c: check for ResizeHashTable failure
Alan Coopersmith
1
-1
/
+3
2019-08-17
Fix whitespace
Maya Rashish
1
-1
/
+1
2019-08-04
fontxlfd.c: tell gcc that switch fallthrough is intentional
Alan Coopersmith
1
-0
/
+1
2019-08-04
Convert multiplying malloc calls to use mallocarray instead
Alan Coopersmith
14
-28
/
+39
2019-08-03
Convert multiplying realloc calls to use reallocarray instead
Alan Coopersmith
10
-12
/
+21
2019-08-03
Add reallocarray fallback if not provided by libc nor libbsd
Alan Coopersmith
2
-0
/
+53
2019-08-03
Use bounds checking string functions everywhere
Alan Coopersmith
8
-102
/
+131
2019-08-03
Add strlcat & strlcpy fallbacks if not provided by libc nor libbsd
Alan Coopersmith
3
-0
/
+158
2018-03-24
avoid -Wformat errors from clang when building with -DDEBUG
Rin Okuyama
1
-16
/
+16
2017-11-25
Open files with O_NOFOLLOW. (CVE-2017-16611)
Michal Srb
2
-4
/
+26
2017-10-04
pcfGetProperties: Check string boundaries (CVE-2017-13722)
Michal Srb
1
-2
/
+11
2017-10-04
Check for end of string in PatternMatch (CVE-2017-13720)
Michal Srb
1
-1
/
+3
2016-06-10
freetype: Fix a logic error in computing face name
Adam Jackson
1
-1
/
+0
2016-05-30
fserve: Fix a buffer read overrun in _fs_client_access
Jeremy Huddleston Sequoia
1
-3
/
+1
2016-05-30
fstrans: Remove unused foo() function
Jeremy Huddleston Sequoia
1
-2
/
+0
2016-05-29
fserve: Silence a -Wformat warning
Jeremy Huddleston Sequoia
1
-2
/
+2
2016-05-29
bitmap: Bail out on invalid input to FontFileMakeDir instead of calling callo...
Jeremy Huddleston Sequoia
1
-0
/
+4
2016-05-29
FreeType: Correct an allocation size
Jeremy Huddleston Sequoia
1
-1
/
+1
2015-12-09
Convert to non-recursive build.
Matt Turner
9
-202
/
+0
2015-12-08
Eliminate calls back to X server or font server functions by name (v4)
libXfont2-2.0.0
Keith Packard
74
-894
/
+672
2015-12-08
Add compiler warning flags and fix warnings
Keith Packard
4
-9
/
+10
2015-10-21
Use NO_WEAK_SYMBOLS instead of -flat_namespace
Jeremy Huddleston Sequoia
1
-10
/
+1
2015-10-21
stubs: Add missing externs for declarations in the NO_WEAK_SYMBOLS && PIC stu...
Jeremy Huddleston Sequoia
1
-23
/
+23
2015-10-20
Fix is*() usage.
Thomas Klausner
4
-11
/
+11
2015-07-28
bdfReadCharacters: Allow negative DWIDTH values
Benjamin Tissoires
1
-1
/
+1
2015-03-17
bdfReadCharacters: ensure metrics fit into xCharInfo struct [CVE-2015-1804]
Alan Coopersmith
1
-2
/
+24
2015-03-17
bdfReadCharacters: bailout if a char's bitmap cannot be read [CVE-2015-1803]
Alan Coopersmith
1
-1
/
+4
2015-03-17
bdfReadProperties: property count needs range check [CVE-2015-1802]
Alan Coopersmith
1
-1
/
+3
2015-02-26
Set close-on-exec for font file I/O.
Christos Zoulas
2
-6
/
+11
2014-11-05
Use 'imdent' to realign cpp indentation levels in fslibos.h
Alan Coopersmith
1
-109
/
+109
2014-11-05
Remove unneeded checks for #ifndef X_NOT_POSIX
Alan Coopersmith
1
-2
/
+0
2014-06-27
Make shared library work on Cygwin/MinGW
Yaakov Selkowitz
25
-28
/
+182
2014-05-23
Use default glyphs when getting 16-bit font with 8-bit text
Keith Packard
1
-1
/
+5
2014-05-23
Don't build unused code in bitmapfunc.c if all bitmap formats are disabled
Alan Coopersmith
1
-0
/
+15
2014-05-23
Don't compile bitmap source files for disabled formats
Alan Coopersmith
1
-7
/
+17
2014-05-23
Drop imake/monolithic compatibility #define mapping
Alan Coopersmith
2
-32
/
+0
2014-05-12
CVE-2014-0210: unvalidated length fields in fs_read_list_info()
Alan Coopersmith
1
-0
/
+54
2014-05-12
CVE-2014-0210: unvalidated length fields in fs_read_list()
Alan Coopersmith
1
-0
/
+15
2014-05-12
CVE-2014-0210: unvalidated length fields in fs_read_glyphs()
Alan Coopersmith
1
-1
/
+28
2014-05-12
CVE-2014-0210: unvalidated length fields in fs_read_extent_info()
Alan Coopersmith
1
-0
/
+10
2014-05-12
CVE-2014-0211: integer overflow in fs_alloc_glyphs()
Alan Coopersmith
1
-1
/
+6
2014-05-12
CVE-2014-0211: integer overflow in fs_read_extent_info()
Alan Coopersmith
1
-1
/
+11
2014-05-12
CVE-2014-0210: unvalidated length fields in fs_read_query_info()
Alan Coopersmith
2
-0
/
+46
2014-05-12
CVE-2014-0211: Integer overflow in fs_get_reply/_fs_start_read
Alan Coopersmith
1
-0
/
+18
2014-05-12
CVE-2014-0210: unvalidated lengths when reading replies from font server
Alan Coopersmith
1
-6
/
+38
[next]