On Wed, Dec 21, 2022 at 01:51:54PM -0500, Steven Rostedt wrote: > From: "Steven Rostedt (Google)" <rostedt@xxxxxxxxxxx> > > As stat() can overflow if a 32 bit user space reads a file on a file > system that has inodes greater than MAX_INT. Compile with > _FILE_OFFSET_BITS=64 that mitigates this problem on 32 bit user space. > > Reported-by: Mike Frysinger <vapier@xxxxxxxxxx> > Signed-off-by: Steven Rostedt (Google) <rostedt@xxxxxxxxxxx> Tested-by: Ross Zwisler <zwisler@xxxxxxxxxx>