]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] fix %s in affs_fill_super()
authorAl Viro <viro@ftp.linux.org.uk>
Sun, 25 Jun 2006 12:49:08 +0000 (05:49 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 25 Jun 2006 17:01:22 +0000 (10:01 -0700)
commit2b943cf09d75c0dfbfd22548988df48f6c24c727
tree094e247b677c8b285570063ebf4c352a9875bddf
parentf82ccdb992d694f46b28f0478f62468260f45607
[PATCH] fix %s in affs_fill_super()

%s is only valid if array is known to contain NUL or precision is given and
does not exceed the size of array.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Cc: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/affs/super.c