[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1495856922.9389.10.camel@perches.com>
Date: Fri, 26 May 2017 20:48:42 -0700
From: Joe Perches <joe@...ches.com>
To: Richard Narron <comet.berkeley@...il.com>
Cc: LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v3 1/1] partitions/msdos: FreeBSD UFS2 file systems are
not recognized
On Fri, 2017-05-26 at 20:20 -0700, Richard Narron wrote:
> Under the /block/partitions directory the c programs have about 13 uses
> of memcmp() and 6 uses of strcmp().
Nearly all of the memcmp uses with strings kernel wide use
the equivalent of memcmp(foo, "bar", strlen("bar"));
Powered by blists - more mailing lists