Re: [cdesktopenv-devel] [PATCH 27/27] 64bit: Fix crash in dtexec

2012-08-23 Thread Jon Trulson
On Thu, 23 Aug 2012, Marcin Cieslak wrote: Applied. -- Jon Trulson Atoms are what make us matter. -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape

[cdesktopenv-devel] [PATCH 27/27] 64bit: Fix crash in dtexec

2012-08-23 Thread Marcin Cieslak
No ANSI prototype for malloc() caused the returned pointer to be truncated to 32 bits. --- cde/lib/DtSvc/DtUtil2/DtGetMessage.c |1 + cde/lib/DtSvc/DtUtil2/MsgLog.c |2 +- cde/programs/dtexec/Main.c | 19 +++ 3 files changed, 13 insertions(+), 9 deletions(