On Fri, Feb 26, 2021 at 10:00 PM Al Viro <v...@zeniv.linux.org.uk> wrote: > > Al Viro (3): > 9p: fix misuse of sscanf() in v9fs_stat2inode()
Hmm. Technically this changes some of the rules. It used to check that i tall fit in 32 bytes. Now there could be arbitrary spaces in there that pushes it over the limit. I don't think we care, but.. Linus