]> git.baikalelectronics.ru Git - kernel.git/commit
hfs: add sanity check for file name length
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 14 Nov 2011 14:52:08 +0000 (17:52 +0300)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 15 Nov 2011 16:29:42 +0000 (14:29 -0200)
commitd9664d61f41ed59153b5feeba46e54762c8e8127
treee5dd06f9262c13daaa3d09f643572f909ba2cdbd
parentc3f4b5020b8a493532df6e3111c5dc7e9575294a
hfs: add sanity check for file name length

On a corrupted file system the ->len field could be wrong leading to
a buffer overflow.

Reported-and-acked-by: Clement LECIGNE <clement.lecigne@netasq.com>
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Cc: stable@kernel.org
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/hfs/trans.c