Re: [PATCH v2 1/3] pstore: use scnprintf

2015-01-06 Thread Kees Cook
On Tue, Jan 6, 2015 at 9:48 AM, Mark Salyzyn wrote: > No guarantees that the names will not exceed the > name buffer with future adjustments. > > Signed-off-by: Mark Salyzyn Acked-by: Kees Cook Thanks! -Kees > --- > fs/pstore/inode.c | 23 +-- > 1 file changed, 13 insert

[PATCH v2 1/3] pstore: use scnprintf

2015-01-06 Thread Mark Salyzyn
No guarantees that the names will not exceed the name buffer with future adjustments. Signed-off-by: Mark Salyzyn --- fs/pstore/inode.c | 23 +-- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/fs/pstore/inode.c b/fs/pstore/inode.c index 5041660..1948567 10064