]> 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)
commite30ff76df9e699d794f56d6762aa03a6a44b4e0b
tree547beaa1e89ca94318ec2854fe3beeb17637b389
parent4db850e787d500d506bf87d86baea65a7ca951ea
parent8661cd18d7a38aee132262b991791f657faad9d1
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