From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from zimbra13.linbit.com (zimbra.linbit.com [212.69.161.123]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mail09.linbit.com (LINBIT Mail Daemon) with ESMTPS id 6F73F10518BE for ; Thu, 17 Sep 2015 15:48:54 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by zimbra13.linbit.com (Postfix) with ESMTP id 63509465BBC for ; Thu, 17 Sep 2015 15:48:54 +0200 (CEST) Received: from zimbra13.linbit.com ([127.0.0.1]) by localhost (zimbra13.linbit.com [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id Kb0_MZZq5KKn for ; Thu, 17 Sep 2015 15:48:54 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by zimbra13.linbit.com (Postfix) with ESMTP id D1F0E465BD2 for ; Thu, 17 Sep 2015 15:48:53 +0200 (CEST) Received: from zimbra13.linbit.com ([127.0.0.1]) by localhost (zimbra13.linbit.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id BL_siMABhV2a for ; Thu, 17 Sep 2015 15:48:53 +0200 (CEST) Received: from soda.linbit (tuerlsteher.linbit.com [86.59.100.100]) by zimbra13.linbit.com (Postfix) with ESMTPS id AE9DA465BBC for ; Thu, 17 Sep 2015 15:48:53 +0200 (CEST) Date: Thu, 17 Sep 2015 15:48:53 +0200 From: Lars Ellenberg To: drbd-dev@lists.linbit.com Message-ID: <20150917134853.GG7519@soda.linbit> References: <1442486932.25039.41.camel@vaduz.fondsnet.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1442486932.25039.41.camel@vaduz.fondsnet.de> Subject: Re: [Drbd-dev] Bug in DRBD 8.4 potentially leading to data loss List-Id: "*Coordination* of development, patches, contributions -- *Questions* \(even to developers\) go to drbd-user, please." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, Sep 17, 2015 at 12:48:52PM +0200, Veit Wahlich wrote: > - char mb[12]; > + char mb[14]; > - snprintf(mb, 12, "minor-%d", device_to_minor(device)); > + snprintf(mb, 14, "minor-%d", device_to_minor(device)); Thanks for spotting, applied. Lars