5 Apr
2019
5 Apr
'19
2:40 p.m.
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@chromium.org
Applied with Cc to stable now. Thanks.
Takashi