Files
linux-stable-mirror/fs/overlayfs
Miklos Szeredi 51da3fc5cb ovl: fix format of setxattr debug
commit 1a8f8d2a44 upstream.

Format has a typo: it was meant to be "%.*s", not "%*s".  But at some point
callers grew nonprintable values as well, so use "%*pE" instead with a
maximized length.

Reported-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Fixes: 3a1e819b4e ("ovl: store file handle of lower inode on copy up")
Cc: <stable@vger.kernel.org> # v4.12
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-10-10 08:56:05 +02:00
..
2018-05-31 11:06:11 +02:00
2018-05-31 11:06:10 +02:00
2018-01-24 11:25:59 +01:00
2018-10-10 08:56:05 +02:00