summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libXpm 3.5.15libXpm-3.5.15Alan Coopersmith2023-01-171-1/+1
* Use gzip -d instead of gunzipPeter Hutterer2023-01-163-4/+3
* Prevent a double free in the error code pathMatthieu Herrb2023-01-121-1/+5
* Fix CVE-2022-4883: compression commands depend on $PATHAlan Coopersmith2023-01-124-5/+42
* Fix CVE-2022-44617: Runaway loop with width of 0 and enormous heightAlan Coopersmith2023-01-122-10/+41
* test: add test cases for CVE-2022-44617 (zero-width w/enormous height)Alan Coopersmith2023-01-124-0/+77
* Fix CVE-2022-46285: Infinite loop on unclosed commentsAlan Coopersmith2023-01-121-0/+4
* test: add test case for CVE-2022-46285 (unclosed comments)Alan Coopersmith2023-01-123-0/+34
* cxpm: getc/ungetc wrappers should not adjust position when c == EOFAlan Coopersmith2023-01-101-2/+2
* test: Add unit tests using glib frameworkAlan Coopersmith2023-01-0836-8/+3982
* configure: add --disable-open-zfile instead of requiring -DNO_ZPIPEAlan Coopersmith2023-01-072-13/+38
* man pages: Apply standard man page style/formattingAlan Coopersmith2023-01-018-269/+690
* man pages: Replace "See Also" entries with more useful onesAlan Coopersmith2023-01-018-34/+34
* man pages: Fix typos and other minor editingAlan Coopersmith2023-01-015-17/+27
* libXpm 3.5.14libXpm-3.5.14Alan Coopersmith2022-11-191-2/+2
* man pages: Correct Copyright/License noticesAlan Coopersmith2022-08-278-160/+152
* man pages: Fix typosAlan Coopersmith2022-08-276-15/+15
* man pages: Add missing word 'function' where neededAlan Coopersmith2022-08-274-8/+9
* man pages: Make function synopses more consistent with other pagesAlan Coopersmith2022-08-278-34/+34
* man pages: Fix shadow man pagesAlan Coopersmith2022-08-2633-33/+33
* man pages: Make file names consistent with their displayed namesAlan Coopersmith2022-08-269-11/+11
* gitlab CI: add a basic build testAlan Coopersmith2022-07-171-0/+98
* man: strip trailing whitespaceAlan Coopersmith2022-07-179-347/+347
* Fix spelling/wording issuesAlan Coopersmith2022-07-1713-18/+18
* Build xz tarballs instead of bzip2Alan Coopersmith2022-07-171-1/+1
* update man pagesWalter Harms2019-12-258-274/+187
* add man pages based on doc/xpm.PSWalter Harms2019-12-2443-4/+1023
* libXpm 3.5.13libXpm-3.5.13Peter Hutterer2019-12-131-1/+1
* parse: simplify error paths in xpmParseColors()Benjamin Tissoires2019-12-061-26/+24
* parse: avoid memleak on error with STRLCAT/STRLCPYPeter Hutterer2019-12-061-20/+58
* Allow usage when fork() is not availableFabrice Fontaine2019-05-031-0/+1
* Update configure.ac bug URL for gitlab migrationAlan Coopersmith2018-12-071-1/+1
* Update README for gitlab migrationAlan Coopersmith2018-11-193-26/+19
* After fdopen(), use fclose() instead of close() in error pathAlan Coopersmith2018-10-061-1/+1
* Windows build fixesDave Bodenstab2018-09-224-0/+19
* autogen: add default patch prefixMihail Konev2017-01-261-0/+3
* autogen.sh: use quoted string variablesEmil Velikov2017-01-261-4/+4
* autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer2017-01-261-1/+1
* libXpm 3.5.12libXpm-3.5.12Matthieu Herrb2016-12-121-1/+1
* Handle size_t in file/buffer lengthTobias Stoeckmann2016-12-122-1/+5
* Avoid OOB write when handling malicious XPM files.Tobias Stoeckmann2016-12-121-9/+25
* Gracefully handle EOF while parsing files.Tobias Stoeckmann2016-12-121-8/+32
* Fix out out boundary read on unknown colorsTobias Stoeckmann2016-12-121-1/+2
* Fix abs() usage.Jörg Sonnenberger2014-03-191-4/+4
* libXpm 3.5.11libXpm-3.5.11Alan Coopersmith2013-09-071-1/+1
* Fix typo in COPYING (matches src/amigax.h)Alan Coopersmith2013-09-071-1/+1
* Add noreturn attributes suggested by gccAlan Coopersmith2013-08-022-6/+4
* doclifter can't handle more than one dash in a name line.Eric S. Raymond2013-06-191-1/+1
* Fix libXpm build with NO_ZPIPEClaudio Bley2013-05-311-1/+2
* Added 'const' attribute to all filename arguments in the APIChristophe CURIS2013-05-319-20/+20