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

[Xen-devel] [PATCH] xentrace: Bounds checking and error handling

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH] xentrace: Bounds checking and error handling
From: George Dunlap <George.Dunlap@xxxxxxxxxxxxx>
Date: Mon, 12 Apr 2010 17:46:42 +0100
Delivery-date: Mon, 12 Apr 2010 09:47:39 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:date :x-google-sender-auth:received:message-id:subject:from:to :content-type; bh=yMnBpm7/we3uM6Eea5gNVr+wXGfaqKe69MXZfRRsyaM=; b=MPz20YQ7MRTzsAiQwNSnDuv2JsR0/2ZyEnQtW8T3ofq43uW5syXcwHyCCCAvbCJWX4 NqbMUIjZNLa/2bSodVCw+48vAMLAU+yyPe6hCZp/I92VhL2H9n+f0Dq4yci3nxTy3wRn QflLiZXjVShh5UEPDJp/x7hg7GPv2qCacWODY=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=qMnQTVFn1MGKuH+reiLI9aY6XKs060ZnRF288OhR0ao5eYFSUdu+/De7V17c9yYRmO 9YsJDcVqoFApJAfN9MigEzSR4Qo1dsE5PVIJNQ2S+nZp00YYEUoQSZZL1B7KksP9N0eS 7Ue7DI66Wfa0rW2kE77vTrq9suc6kwSjFvRAE=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Check tbuf_size to make sure that it will fit on the t_info struct
allocated at boot.   Also deal with allocation failures more
gracefully.

Signed-off-by: George Dunlap <george.dunlap@xxxxxxxxxxxxx>

Attachment: 20100412-unstable-xentrace-bounds-check-and-error-handling.diff
Description: Text Data

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] xentrace: Bounds checking and error handling, George Dunlap <=