From patchwork Fri Aug 17 09:35:14 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Florian Weimer X-Patchwork-Id: 958723 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-95346-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="HtXP93FC"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 41sJ305rZ2z9s2P for ; Fri, 17 Aug 2018 19:35:24 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:message-id:date:mime-version :content-type; q=dns; s=default; b=dJvYa9jWc6RzdRsuCXRXmfiPhljPt c24oobK1qu46BPxvejVNnfr438TIRSw4PHB5TmzkcKjCuEYvNqXgUH+Bp8RBO/M4 w6ewjc+MXeY5COvE1qnsov/dEAmL6VFWB6ibz0B+N/Q6DxgxCbBNVPFP0F3ENk+V 9ij9cE37/YiMU8= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:message-id:date:mime-version :content-type; s=default; bh=P+wOOqzeJsfZVCMNon4mwj5F9Fk=; b=HtX P93FCBdWjNcstbYaFo/TjmCGyxkaq/6x/a3Xyx9MfglGTAGCJc49x72q8dsIOoci PLKdQAjh7XqNx+9g31lmIRULaGd9ExaETrxdy4+ZrYKRtOz/Dri0nDElaAHPLA53 SgJFOzz7vTZsQB8j2zbdO/OqAGfRPMoik6GBuSJI= Received: (qmail 91213 invoked by alias); 17 Aug 2018 09:35:19 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 91197 invoked by uid 89); 17 Aug 2018 09:35:18 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-23.9 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_LAZY_DOMAIN_SECURITY, SPF_HELO_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mx1.redhat.com To: GNU C Library From: Florian Weimer Subject: [PATCH COMMIT] Fix change attribution in ChangeLog Message-ID: <54fff728-18a1-8754-ea0d-7f5022417ade@redhat.com> Date: Fri, 17 Aug 2018 11:35:14 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 commit f6f275d2d92003fdd53c4fd26c32466f64052b95 Author: Florian Weimer Date: Fri Aug 17 11:33:29 2018 +0200 Fix attribution of previous change in ChangeLog diff --git a/ChangeLog b/ChangeLog index 1e84f9bc1d..8af30250f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -2018-08-16 DJ Delorie +2018-08-16 Moritz Eckert * malloc/malloc.c (_int_free): Check for corrupt prev_size vs size. (malloc_consolidate): Likewise.