> -----Original Message----- > From: Stephen Hemminger <[email protected]> > Sent: Monday 29 December 2025 21:59 > To: [email protected] > Cc: Stephen Hemminger <[email protected]> > Subject: [PATCH v10 4/9] test: avoid overflowing huge directory path > > Modify the part of the test that is scanning for hugepages > mount point to use existing getmntent library calls. > > As a result, the maximum mount path is smaller which is ok > since this is all handled by the standard library. > And the resulting huge path arguments don't overflow. > > Hugepages aren't used on Window or FreeBSD so this is > skipped there. > > Signed-off-by: Stephen Hemminger <[email protected]>
Acked-by: Marat Khalili <[email protected]>

