summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2024-01-18Remove superfluous and unguarded config.h includeRobin Linden1-1/+0
2023-10-08XcursorXcFileLoad: plug memory leak in error pathsAlan Coopersmith1-0/+4
2023-07-08Add comment about keeping libxcb-cursor copy of code in syncAlan Coopersmith1-0/+6
2023-03-25If O_CLOEXEC is defined, add "e" to fopen modesAlan Coopersmith4-10/+17
2021-05-06more cppcheck-style fixesThomas E. Dickey2-14/+12
2021-05-05cppcheck style-fixesThomas E. Dickey4-11/+7
2021-05-04fix XcursorTheme loop regressionTobias Stoeckmann1-13/+8
2021-05-02Handle more theme loop situationsTobias Stoeckmann1-36/+73
2021-03-11amend that...Thomas E. Dickey1-1/+1
2021-03-11add check in case the image size is 0x0Thomas E. Dickey1-1/+1
2021-03-11fix stricter gcc warnings using castsThomas E. Dickey1-11/+11
2021-03-11fix stricter gcc warnings using castsThomas E. Dickey1-1/+1
2021-03-11fix stricter gcc warnings by changing the type for the loop variable toThomas E. Dickey1-11/+11
2021-03-11quiet warnings for unused parametersThomas E. Dickey2-0/+6
2021-03-11fix a missing initializerThomas E. Dickey1-2/+4
2021-03-11quiet normal gcc warnings using casts (no object change)Thomas E. Dickey5-59/+64
2020-08-30Fix undefined behaviorValentin1-5/+6
2018-11-09Support XDG user data dir locationCosimo Cecchi1-1/+1
2018-03-23Fix crash when encountering cursor themes with circular dependencies.Philipp Ludwig1-1/+6
2017-11-25Fix heap overflows when parsing malicious files. (CVE-2017-16612)Tobias Stoeckmann1-2/+10
2015-06-05Insufficient memory for terminating null of string in _XcursorThemeInheritsshubham shrivastav1-1/+1
2014-10-18Fix some clang integer sign/size mismatch warningsAlan Coopersmith2-3/+3
2014-10-18Use strdup() instead of malloc(strlen())+strcpy()Alan Coopersmith2-15/+4
2013-04-26signedness bug & integer overflow in _XcursorFileHeaderCreate() [CVE-2013-2003]Alan Coopersmith1-1/+1
2013-01-15Replace deprecated Automake INCLUDES variable with AM_CPPFLAGSAlan Coopersmith1-1/+1
2011-11-30XcursorImageLoadCursor: return failure if _XcursorGetDisplayInfo failsAlan Coopersmith1-0/+3
2011-11-30XcursorFileSaveImages: plug memory leak on invalid inputAlan Coopersmith1-2/+5
2011-09-25Fix install of generated Xcursor.h when builddir != srcdirJon TURNEY1-1/+1
2011-09-16Strip trailing whitespaceAlan Coopersmith7-110/+110
2011-05-22Mark bitmasks as unsigned intsAlan Coopersmith1-2/+2
2011-05-07Correct error handling in _XcursorAverageColorJeremy Huddleston1-2/+3
2011-04-01Free the FontInfo structure after loading the cursor from it.Chris Wilson1-0/+1
2011-04-01Free the partial header after failing to open the cursor.Chris Wilson1-0/+3
2011-04-01Free list on shutdown.Chris Wilson1-0/+7
2010-02-16config: move CWARNFLAGS from configure.ac to Makefile.amGaetan Nadon1-2/+5
2009-01-29Janitor: make distcheck, compiler warnings, extra .gitignore files.Paulo Cesar Pereira de Andrade2-8/+2
2008-03-09nuke RCS IdsMatthieu Herrb6-12/+0
2007-05-12Store the cursor names in one large string.Tilman Sauerbeck1-39/+96
2006-10-10Fix many sparse warnings: Using plain integer as NULL pointerAlan Coopersmith5-85/+85
2006-10-10Fix lint warning: deallocating a pointer that could be NULL: library.c(266)Alan Coopersmith1-1/+2
2006-10-10Add XORG_WITH_LINT to allow checking code with lint/sparse/etc.Alan Coopersmith1-0/+8
2006-08-12fix leak in header destructionChris Wilson3-8/+10
2006-07-13renamed: .cvsignore -> .gitignoreAlan Coopersmith1-0/+0
2006-06-03Bug #5268: Fix small memory leak. (Matthias Clasen). Change some return 0sxcursor-1_1_7Daniel Stone1-4/+10
2006-04-07Coverity #159: Prevent a possible NULL chase.XORG-7_0_99_901Adam Jackson1-1/+2
2005-12-08Add configure options to allow hard-coded paths to be changed.Kevin E Martin1-1/+5
2005-12-08Allow hard-coded paths to be configurable.Kevin E Martin1-2/+4
2005-10-19Bug #4244: Make XcursorSetTheme(dpy, NULL) restore the default theme.Adam Jackson2-8/+30
2005-08-03Do PKG_CHECK_MODULES on a unique token instead of on "DEP", so builds withAdam Jackson1-2/+2
2005-07-16Change soversion to 1.0.2 with -version-number.Daniel Stone1-1/+1