Re: [PATCH v3 1/1] partitions/msdos: FreeBSD UFS2 file systems are not recognized

From: Joe Perches
Date: Sat May 27 2017 - 00:24:42 EST


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"));