]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'afs-fixes-04012021' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowe...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 5 Jan 2021 19:55:46 +0000 (11:55 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 5 Jan 2021 19:55:46 +0000 (11:55 -0800)
commitabefa1bc68a49571ef036ec86f4b2714186b8506
tree547beaa1e89ca94318ec2854fe3beeb17637b389
parent7d76641ffb73680480bddd095e4df136ff988f40
parentbf217e3173275066ed6998a637a6d9d543044d08
Merge tag 'afs-fixes-04012021' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs

Pull AFS fixes from David Howells:
 "Two fixes.

  The first is the fix for the strnlen() array limit check and the
  second fixes the calculation of the number of dirent records used to
  represent any particular filename length"

* tag 'afs-fixes-04012021' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs:
  afs: Fix directory entry size calculation
  afs: Work around strnlen() oops with CONFIG_FORTIFIED_SOURCE=y