From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 430 invoked by alias); 31 Jan 2013 09:14:16 -0000 Received: (qmail 394 invoked by uid 22791); 31 Jan 2013 09:14:14 -0000 X-SWARE-Spam-Status: No, hits=-4.4 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-ia0-f181.google.com (HELO mail-ia0-f181.google.com) (209.85.210.181) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 31 Jan 2013 09:14:10 +0000 Received: by mail-ia0-f181.google.com with SMTP id k25so3600576iah.26 for ; Thu, 31 Jan 2013 01:14:10 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.50.170.4 with SMTP id ai4mr511127igc.40.1359623650162; Thu, 31 Jan 2013 01:14:10 -0800 (PST) Received: by 10.64.34.172 with HTTP; Thu, 31 Jan 2013 01:14:10 -0800 (PST) In-Reply-To: References: Date: Thu, 31 Jan 2013 09:14:00 -0000 Message-ID: Subject: Re: [patch libiberty]: Fix PR 543413 From: Kai Tietz To: Rainer Orth Cc: GCC Patches , Binutils , gdb Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2013-01/txt/msg00096.txt.bz2 2013/1/31 Rainer Orth : > Kai Tietz writes: > >> this patch fixes wrong handling of cases that bitness of size_t is >> wider as 32-bit. >> >> ChangeLog >> >> 2013-01-30 Kai Tietz >> >> PR other/543413 > > ^ this is clearly wrong (6 digits) > >> * md5.c (md5_process_block): Handle case that size_t is >> a wider-integer-scalar a 32-bit unsigned integer. > > Rainer > > -- > ----------------------------------------------------------------------------- > Rainer Orth, Center for Biotechnology, Bielefeld University Thanks, your heads up is too late. corrected this already. Cheers, Kai