On Fri, Mar 02, 2018 at 09:48:28AM -0800, Darrick J. Wong wrote: > On Thu, Mar 01, 2018 at 01:09:46PM -0700, Andreas Dilger wrote: > > From: Andreas Dilger <adilger@xxxxxxxxx> > > > > If an unknown flag is present in a FIEMAP extent, it is printed as a > > hex value into a temporary buffer before adding it to the flags. If > > that unknown flag is over 0xffff then it will overflow the temporary > > buffer. > > > > Reported-by: Sarah Liu <wei3.liu@xxxxxxxxx> > > Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-10335 > > Signed-off-by: Andreas Dilger <andreas.dilger@xxxxxxxxx> > > Looks ok, > Reviewed-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> Thanks, applied with the 0xfff fixup in the commit description. - Ted