l4-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Vulnerabilities in Synchronous IPC Designs


From: Marcus Brinkmann
Subject: Re: Vulnerabilities in Synchronous IPC Designs
Date: Tue, 3 Jun 2003 11:16:31 +0200
User-agent: Mutt/1.5.4i

On Mon, Jun 02, 2003 at 09:01:23PM -0700, Andreas Haeberlen wrote:
> Actually, this _is_ supported in the current implementation.
> Try compiling something like:
> 
>       interface foo {
>          void bar(in string<40> x, in string<20> y);
>       };
> 
> and you will find that the message is transferred completely in
> registers. What Marcus has observed is probably an issue with
> the current release, which sometimes causes the server loop to
> allocate more buffer space than it actually needs.

I am using sequence<L4_Word_t, 4>, for example.

Thanks,
Marcus

-- 
`Rhubarb is no Egyptian god.' GNU      http://www.gnu.org    address@hidden
Marcus Brinkmann              The Hurd http://www.gnu.org/software/hurd/
address@hidden
http://www.marcus-brinkmann.de/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]