cdesktopenv/cde/programs/dtcreate
Frederic Koehler 7d2fee2769 dtcreate: Fix some memory management issues
ProcessExecString thought it was returning an array of size 3; however
in C arrays are second-class and there is no direct way to return an
array like this; GCC warning triggered because it was actually
just returning a pointer to local storage. Fixed using malloc.

Also fix some obviously wrong usages of sizeof, although they were
relatively harmless. A little other warning quieting using 0 instead of
NULL.
2012-08-17 19:03:01 -06:00
..
AddFiletype.c dtcreate: fix exit with TT_ERR_PTYPE and fix several sprintf related segfaults. 2012-08-11 19:32:48 -06:00
AddFiletype.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
Confirmed.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
Confirmed.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
CreateActionAppShell.c dtcreate: fix exit with TT_ERR_PTYPE and fix several sprintf related segfaults. 2012-08-11 19:32:48 -06:00
CreateActionAppShell.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
Dtcreate Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
ErrorDialog.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
ErrorDialog.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
FileCharacteristics.c dtcreate: Fix another buffer overflow issue 2012-08-17 19:02:55 -06:00
FileCharacteristics.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
Imakefile Remove hardcoded CCLINK's in Imakefiles when linking with C++ built libs (DtSvc). 2012-06-19 16:27:20 -06:00
OpenFile.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
OpenFile.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
UxXt.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
UxXt.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
af_aux.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
af_aux.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
ca_aux.c dtcreate: fix exit with TT_ERR_PTYPE and fix several sprintf related segfaults. 2012-08-11 19:32:48 -06:00
ca_aux.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
cmncbs.c dtcreate: Fix major buffer overflow 2012-08-16 19:25:22 -06:00
cmncbs.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
cmnrtns.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
cmnrtns.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
cmnutils.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
cmnutils.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
dtcreate.ddf Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
dtcreate.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
dtcreate.msg Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
dtcreate.sh Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
fileio.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
fileio.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
icon_selection_dialog.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
icon_selection_dialog.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
main.c dtcreate: check for TT_ERR_PTYPE the correct way 2012-08-12 14:34:49 -06:00
nlsREADME.txt Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
parser.c dtcreate: Fix some memory management issues 2012-08-17 19:03:01 -06:00
parser.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
version.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00