Re: [PATCH 1/2] mm/huge_memory: skip invalid debugfs file entry for folio split

From: Andrew Morton
Date: Thu Apr 25 2024 - 17:01:37 EST


On Wed, 24 Apr 2024 15:54:48 -0700 Luis Chamberlain <mcgrof@xxxxxxxxxx> wrote:

> If the file entry is too long we may easily end up going out of bounds
> and crash after strsep() on sscanf().
>

Can you explain why? I'm not seeing it.