Re: [PATCH] testsuites/flashdev01: Use correct page_size type

2023-06-09 Thread Chris Johns
OK Thanks Chris On 10/6/2023 2:15 am, Kinsey Moore wrote: > The page size ioctl requires an int pointer to retrieve the page size. > The test currently uses a size_t which mostly works fine for systems > where size_t and int are the same size, but can leave junk data in the > upper bits when

[PATCH] testsuites/flashdev01: Use correct page_size type

2023-06-09 Thread Kinsey Moore
The page size ioctl requires an int pointer to retrieve the page size. The test currently uses a size_t which mostly works fine for systems where size_t and int are the same size, but can leave junk data in the upper bits when they differ in size causing an assert in the test to fail in some