On Thu, 04 Apr 2019 23:33:55 +0200, Zubin Mithra wrote: > > When ioctl calls are made with non-null-terminated userspace strings, > strlcpy causes an OOB-read from within strlen. Fix by changing to use > strscpy instead. > > Signed-off-by: Zubin Mithra <zsm at chromium.org> Applied with Cc to stable now. Thanks. Takashi