From: David Mosberger <davidm@napali.hpl.hp.com>
To: linux-ia64@vger.kernel.org
Subject: Re: [Linux-ia64] Rdesktop 1.10
Date: Tue, 26 Nov 2002 22:30:35 +0000 [thread overview]
Message-ID: <marc-linux-ia64-105590709805489@msgid-missing> (raw)
In-Reply-To: <marc-linux-ia64-105590709805488@msgid-missing>
Keith,
Don't know much about rdesktop or how WTS works, but I was able to get
it to work here at work (pretty neat program, really). The attached
small patch was needed to avoid a bug that caused the upper 32 bits of
a pointer returned by xmalloc() to be cleared to zero. There are
certainly better ways of fixing this, but it's probably best to leave
that to the expert (I'm cc'ing Matt on this mail...).
--david
--- rdesktop-1.1.0/crypto/bn.h~ Mon Sep 17 04:01:03 2001
+++ rdesktop-1.1.0/crypto/bn.h Tue Nov 26 14:25:55 2002
@@ -67,6 +67,8 @@
extern "C" {
#endif
+extern void *xmalloc (int size);
+
#define BNerr(context,err) error("crypto error\n");
#define OPENSSL_malloc(size) xmalloc(size)
#define OPENSSL_free(ptr) xfree(ptr);
>>>>> On Tue, 26 Nov 2002 14:01:54 -0500, Keith A Howells <keith.howells@bms.com> said:
Keith> Hi all, downloaded the source from http://www.rdesktop.org
Keith> ran ./configure then make which seems to complete fine.
Keith> Getting Error: Recv: Connection reset by peer Broken Pipe
Keith> Any ideas? I'm running Rhat 7.2 Advanced Technical
Keith> Workstation on HP ZX2000 workstation.
Keith> I don't think there is an IA64 version that i know of. Maybe
Keith> in the next release it will be included by Redhat as it is
Keith> part of the 8.0 release.
Keith> Thank you for any feedback.
Keith> Keith
prev parent reply other threads:[~2002-11-26 22:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-11-26 19:01 [Linux-ia64] Rdesktop 1.10 Keith A Howells
2002-11-26 22:30 ` David Mosberger [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=marc-linux-ia64-105590709805489@msgid-missing \
--to=davidm@napali.hpl.hp.com \
--cc=linux-ia64@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox