cdesktopenv/cde/programs/dthelp/parser/pass2/util
Jon Trulson f42fa885be Fix SIGSEGV while compiling dthelp on 64 bit systems.
Patch from Ulrich Wilkens <mail@uwilkens.de>

I have a little patch for a problem that I found when I tried to
compile dthelp on 64bit FreeBSD. It could also be a problem on other
64bit systems.  The problem is that the program context compiles but
fails running with segmentation fault.

context uses the function m_malloc() which is missing a correct
prototype sometimes. Then it's treated to return int instead of void *
. On 64bit systems this cuts off the higher 32 bits because void * is
64bit whereas int is only 32bit.
2012-08-06 22:42:34 -06:00
..
Imakefile Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
allwhite.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
basic.h Fix SIGSEGV while compiling dthelp on 64 bit systems. 2012-08-06 22:42:34 -06:00
chartype.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
common.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
cont.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
context.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
conutil.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
dtddef.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
dtdext.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
emptyfil.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
entdef.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
entext.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
entout.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
error.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
exit.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
fclndir.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
inctest.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
initct.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
itoa.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
letter.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
lower.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
malloc.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
openchk.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
paramu.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
scanutil.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
sparse.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
sparse.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
sref.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
strstr.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
trie.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
trie.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
triecnt.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
triedump.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
triepdmp.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
trieplk.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
trierset.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
upcmp8.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
upper.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
upstrcmp.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
version.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
wchar.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
whitesp.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00