From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sonic301-34.consmr.mail.ir2.yahoo.com ([77.238.176.111]:45430 "EHLO sonic301-34.consmr.mail.ir2.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750713AbdJGEZ0 (ORCPT ); Sat, 7 Oct 2017 00:25:26 -0400 Date: Sat, 7 Oct 2017 04:25:22 +0000 (UTC) From: Hin-Tak Leung Reply-To: Hin-Tak Leung To: , =?UTF-8?Q?Ernesto_A=2E_Fern=C3=A1ndez?= Cc: Sergei Antonov , Vyacheslav Dubeyko , Hin-Tak Leung , Al Viro , Christoph Hellwig , =?UTF-8?Q?Ernesto_A=2E_Fern=C3=A1ndez?= Message-ID: <1676784878.5173672.1507350322487@mail.yahoo.com> Subject: Re: [PATCH] hfsplus: fix segfault when deleting all attrs of a file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable References: <1676784878.5173672.1507350322487.ref@mail.yahoo.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: -------------------------------------------- On Sat, 7/10/17, Ernesto A. Fern=C3=A1ndez wrote: =20 > A segmentation fault can be triggered by setting many xattrs > to a file > and then deleting it. The number must be high enough for > more than one > b-tree node to be needed for storage. Sounds like it is easily/reliably reproducible - do you have an estimate/re= cipe of how many xattrs minimum to trigger this problem, to test and verify= this fix? Thanks a lot for the work! Hin-Tak =20