WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] [PATCH] fix error path handling in physdev

To: David Hopwood <david.nospam.hopwood@xxxxxxxxxxxxxxxx>
Subject: Re: [Xen-devel] [PATCH] fix error path handling in physdev
From: Muli Ben-Yehuda <mulix@xxxxxxxxx>
Date: Thu, 10 Mar 2005 17:10:11 +0200
Cc: xen-devel@xxxxxxxxxxxxxxxxxxxxx
Delivery-date: Thu, 10 Mar 2005 15:12:27 +0000
Envelope-to: xen+James.Bulpin@xxxxxxxxxxxx
In-reply-to: <422F8A8C.2020406@xxxxxxxxxxxxxxxx>
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
References: <20050309035418.GA23730@xxxxxxxxxxxxxxxxxxx> <422F8A8C.2020406@xxxxxxxxxxxxxxxx>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.6+20040907i
On Wed, Mar 09, 2005 at 11:45:16PM +0000, David Hopwood wrote:
> Muli Ben-Yehuda wrote:
> +    if ( (physdev = xmalloc(phys_dev_t)) == NULL )
>      {
>          INFO("Error allocating pdev structure.\n");
> 
> "Error allocating physical device structure.\n"

Ok.

> +        goto clear_priviledge;
> [...]
> +            goto clear_priviledge;
> [...]
> +clear_priviledge:
> 
> clear_privilege.

I see that Keir commited this patch and fixed it. I'll try to remember
to spell check future patches ;-)

Cheers,
Muli
-- 
Muli Ben-Yehuda
http://www.mulix.org | http://mulix.livejournal.com/

Attachment: signature.asc
Description: Digital signature

<Prev in Thread] Current Thread [Next in Thread>