64bit: Fix crash in dtexec
authorMarcin Cieslak <saper@saper.info>
Thu, 23 Aug 2012 14:40:38 +0000 (16:40 +0200)
committerJon Trulson <jon@radscan.com>
Fri, 24 Aug 2012 01:56:43 +0000 (19:56 -0600)
commit98b17d35517648112c1db57a94b9540d34663352
treed0db0c16994f1f17bf1aae6016230b7080064ae1
parentd31fc60fbf508b949b2b0078d5f761f2fcdd3f1b
64bit: Fix crash in dtexec

No ANSI prototype for malloc() caused
the returned pointer to be truncated
to 32 bits.
cde/lib/DtSvc/DtUtil2/DtGetMessage.c
cde/lib/DtSvc/DtUtil2/MsgLog.c
cde/programs/dtexec/Main.c