index
:
xorg/lib/libXpm
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
lg3d-dev-0-6-1
lg3d-dev-0-6-1-1
lg3d-dev-0-6-2
lg3d-dev-0-7-0
lg3d-dev-0-7-1
lg3d-master
master
xpm-gettext
XPM format pixmap library (mirrored from https://gitlab.freedesktop.org/xorg/lib/libxpm)
krh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
10 days
Fix build with current Windows headers
HEAD
master
Peter Harris
1
-3
/
+1
10 days
Use _stricmp() instead of strcasecmp() on Windows
Alan Coopersmith
2
-0
/
+6
2024-02-19
Remove xpmstrdup fallback for strdup
Alan Coopersmith
3
-31
/
+6
2024-02-19
Remove xpmstrcasecmp fallback for strcasecmp
Alan Coopersmith
2
-38
/
+4
2024-02-19
Remove ancient port to 16-bit Windows without X11 libraries
Alan Coopersmith
17
-1326
/
+12
2024-02-19
Remove ancient Amiga support
Alan Coopersmith
10
-732
/
+17
2024-02-19
unifdef VAX11C
Alan Coopersmith
1
-6
/
+0
2024-02-19
unifdef sequent
Alan Coopersmith
1
-4
/
+0
2024-02-17
Remove outdated ifdef checks for including stdint.h
Alan Coopersmith
1
-2
/
+0
2023-10-03
libXpm 3.5.17
libXpm-3.5.17
Alan Coopersmith
1
-1
/
+1
2023-10-03
Avoid CVE-2023-43787 (integer overflow in XCreateImage)
Yair Mizrahi
1
-0
/
+5
2023-10-03
test: Add test case for CVE-2023-43787 (integer overflow in XCreateImage)
Alan Coopersmith
2
-0
/
+36
2023-10-03
Avoid CVE-2023-43786: stack exhaustion in XPutImage()
Alan Coopersmith
6
-25
/
+102
2023-09-22
test: Add test case for CVE-2023-43786 (stack exhaustion in PutImage)
Alan Coopersmith
2
-0
/
+290
2023-09-22
Fix CVE-2023-43789: Out of bounds read on XPM with corrupted colormap
Alan Coopersmith
1
-2
/
+2
2023-09-22
test: Add test case for CVE-2023-43789 (corrupt colormap info)
Alan Coopersmith
2
-0
/
+3
2023-09-22
Fix CVE-2023-43788: Out of bounds read in XpmCreateXpmImageFromBuffer
Alan Coopersmith
1
-1
/
+1
2023-09-05
Explicitly mark non-static symbols as export or hidden
Alan Coopersmith
5
-39
/
+45
2023-05-20
test: use g_pattern_spec_match_string if available
Alan Coopersmith
2
-0
/
+9
2023-04-22
Set close-on-exec when opening files
Alan Coopersmith
8
-9
/
+24
2023-04-17
libXpm 3.5.16
libXpm-3.5.16
Matt Turner
1
-1
/
+1
2023-03-27
xpmReadRgbNames: constify filename argument
Alan Coopersmith
2
-3
/
+3
2023-03-27
test: Add simple test cases for functions in src/rgb.c
Alan Coopersmith
3
-1
/
+104
2023-03-27
test: Use PACKAGE_BUGREPORT instead of hard-coded URL's
Alan Coopersmith
5
-5
/
+5
2023-02-12
parse.c: remove unused function xstrlcpy()
Alan Coopersmith
1
-19
/
+0
2023-02-12
parse.c: Wrap FREE_CIDX definition in do { ... } while(0)
Alan Coopersmith
1
-2
/
+2
2023-02-12
XpmCreateDataFromXpmImage: Fix misleading indentation
Alan Coopersmith
1
-2
/
+3
2023-02-12
Require LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
Alan Coopersmith
1
-1
/
+1
2023-02-05
open-zfile: Make compress & uncompress commands optional
Alan Coopersmith
4
-5
/
+43
2023-01-23
Fix a memleak in ParsePixels error code path
Peter Hutterer
1
-0
/
+1
2023-01-23
configure: correct error message to suggest --disable-open-zfile
Alan Coopersmith
1
-1
/
+1
2023-01-19
gitlab CI: build with each of --enable-open-zfile & --disable-open-zfile
Alan Coopersmith
1
-3
/
+11
2023-01-17
test: skip compressed file tests when --disable-open-zfile is used
Alan Coopersmith
1
-0
/
+4
2023-01-17
libXpm 3.5.15
libXpm-3.5.15
Alan Coopersmith
1
-1
/
+1
2023-01-16
Use gzip -d instead of gunzip
Peter Hutterer
3
-4
/
+3
2023-01-12
Prevent a double free in the error code path
Matthieu Herrb
1
-1
/
+5
2023-01-12
Fix CVE-2022-4883: compression commands depend on $PATH
Alan Coopersmith
4
-5
/
+42
2023-01-12
Fix CVE-2022-44617: Runaway loop with width of 0 and enormous height
Alan Coopersmith
2
-10
/
+41
2023-01-12
test: add test cases for CVE-2022-44617 (zero-width w/enormous height)
Alan Coopersmith
4
-0
/
+77
2023-01-12
Fix CVE-2022-46285: Infinite loop on unclosed comments
Alan Coopersmith
1
-0
/
+4
2023-01-12
test: add test case for CVE-2022-46285 (unclosed comments)
Alan Coopersmith
3
-0
/
+34
2023-01-10
cxpm: getc/ungetc wrappers should not adjust position when c == EOF
Alan Coopersmith
1
-2
/
+2
2023-01-08
test: Add unit tests using glib framework
Alan Coopersmith
36
-8
/
+3982
2023-01-07
configure: add --disable-open-zfile instead of requiring -DNO_ZPIPE
Alan Coopersmith
2
-13
/
+38
2023-01-01
man pages: Apply standard man page style/formatting
Alan Coopersmith
8
-269
/
+690
2023-01-01
man pages: Replace "See Also" entries with more useful ones
Alan Coopersmith
8
-34
/
+34
2023-01-01
man pages: Fix typos and other minor editing
Alan Coopersmith
5
-17
/
+27
2022-11-19
libXpm 3.5.14
libXpm-3.5.14
Alan Coopersmith
1
-2
/
+2
2022-08-27
man pages: Correct Copyright/License notices
Alan Coopersmith
8
-160
/
+152
2022-08-27
man pages: Fix typos
Alan Coopersmith
6
-15
/
+15
[next]