From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:38888) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hBmXb-0002yh-64 for guix-patches@gnu.org; Wed, 03 Apr 2019 16:31:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hBmLf-0000sH-4z for guix-patches@gnu.org; Wed, 03 Apr 2019 16:19:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:57952) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hBmLe-0000qy-H2 for guix-patches@gnu.org; Wed, 03 Apr 2019 16:19:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hBmLe-0000A2-Ay for guix-patches@gnu.org; Wed, 03 Apr 2019 16:19:02 -0400 Subject: [bug#35107] [PATCH] gnu: ntfs-3g: Fix CVE-2019-9755. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <3140c130c5567b91dd2a9a8f28b279096933d39c.1554231154.git.leo@famulari.name> Date: Wed, 03 Apr 2019 22:18:08 +0200 In-Reply-To: <3140c130c5567b91dd2a9a8f28b279096933d39c.1554231154.git.leo@famulari.name> (Leo Famulari's message of "Tue, 2 Apr 2019 14:52:34 -0400") Message-ID: <87sguyrgfz.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Leo Famulari Cc: 35107@debbugs.gnu.org Hi Leo, Leo Famulari skribis: > * gnu/packages/patches/ntfs-3g-CVE-2019-9755.patch: New file. > * gnu/local.mk (dist_patch_DATA): Add it. > * gnu/packages/linux.scm (ntfs-3g)[source]: Use it. LGTM, thanks! > +Subject: [PATCH] Fixed reporting an error when failed to build the mount= point > + > +The size check was inefficient because getcwd() uses an unsigned int > +argument. Looks like we=E2=80=99re gonna keep seeing these for the rest of our lives= =E2=80=A6 Ludo=E2=80=99.