Files
cdesktop/cde/programs
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
..
2012-08-12 14:20:58 -06:00
2012-08-09 12:24:56 -06:00
2012-08-12 14:20:58 -06:00
2012-08-14 20:37:07 -06:00
2012-08-09 12:24:56 -06:00
2012-08-10 05:44:49 -06:00
2012-08-11 20:06:44 -06:00
2012-08-14 12:18:38 -06:00