aboutsummaryrefslogtreecommitdiff
path: root/fs/udf/udfdecl.h
Commit message (Collapse)AuthorAgeFilesLines
* BACKPORT: udf: Check path length when reading symlinkJan Kara2017-04-161-1/+2
| | | | | | | | | | | | | Symlink reading code does not check whether the resulting path fits into the page provided by the generic code. This isn't as easy as just checking the symlink size because of various encoding conversions we perform on path. So we have to check whether there is still enough space in the buffer on the fly. Upstream commit: 0e5cc9a40ada6046e6bc3bdfcd0c0d7e4b706b14 CC: stable@vger.kernel.org Reported-by: Carl Henrik Lunde <chlunde@ping.uio.no> Signed-off-by: Jan Kara <jack@suse.cz>
* first commitMeizu OpenSource2016-08-151-0/+244