From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5097 invoked by alias); 19 Mar 2013 14:51:46 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 5085 invoked by uid 89); 19 Mar 2013 14:51:45 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 19 Mar 2013 14:51:33 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 43E3E2E447 for ; Tue, 19 Mar 2013 10:51:32 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id ahCCUHimJhwn for ; Tue, 19 Mar 2013 10:51:32 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 0E74C2E99D for ; Tue, 19 Mar 2013 10:51:32 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 533F9C259F; Tue, 19 Mar 2013 07:51:30 -0700 (PDT) Date: Tue, 19 Mar 2013 15:06:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: Re: [patch] windows-nat.c: Fix type of local variable Message-ID: <20130319145130.GA4506@adacore.com> References: <20130319144413.GR3003@calimero.vinschen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130319144413.GR3003@calimero.vinschen.de> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2013-03/txt/msg00712.txt.bz2 > Ok to apply? > > * windows-nat.c (handle_output_debug_string): Change type of n to > SIZE_T to avoid crash on 64 bit systems. Indeed, looks good to me. -- Joel