Joel Becker 1fc8a11786 ocfs2: Don't walk off the end of fast symlinks.
ocfs2 fast symlinks are NUL terminated strings stored inline in the
inode data area.  However, disk corruption or a local attacker could, in
theory, remove that NUL.  Because we're using strlen() (my fault,
introduced in a731d1 when removing vfs_follow_link()), we could walk off
the end of that string.

Signed-off-by: Joel Becker <joel.becker@oracle.com>
Cc: stable@kernel.org
2010-09-29 17:33:05 -07:00
..
2009-10-28 23:05:57 -07:00
2010-08-09 16:47:29 -04:00
2009-09-22 20:09:36 -07:00
2010-09-08 14:25:53 +08:00
2009-07-21 15:47:55 -07:00
2009-04-03 11:39:16 -07:00
2009-10-28 23:05:57 -07:00
2008-10-13 13:57:57 -07:00
2010-05-05 18:17:30 -07:00
2008-02-03 17:33:42 +02:00
2010-09-23 14:16:49 -07:00
2010-05-05 18:18:07 -07:00
2008-01-25 15:05:46 -08:00
2010-05-21 18:31:20 -04:00