summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_attr_leaf.c
diff options
context:
space:
mode:
authorBill O'Donnell <billodo@redhat.com>2019-10-04 16:38:44 -0700
committerDarrick J. Wong <darrick.wong@oracle.com>2019-10-06 15:39:06 -0700
commit3219e8cf0dade9884d3c6cb432d433b4ca56875d (patch)
treeac636fd31c84fd346ec0c923783aafb71033a4c3 /fs/xfs/libxfs/xfs_attr_leaf.c
parentd5cc14d9f92833bd71219bf7fff180f097c3816d (diff)
xfs: assure zeroed memory buffers for certain kmem allocations
Guarantee zeroed memory buffers for cases where potential memory leak to disk can occur. In these cases, kmem_alloc is used and doesn't zero the buffer, opening the possibility of information leakage to disk. Use existing infrastucture (xfs_buf_allocate_memory) to obtain the already zeroed buffer from kernel memory. This solution avoids the performance issue that would occur if a wholesale change to replace kmem_alloc with kmem_zalloc was done. Signed-off-by: Bill O'Donnell <billodo@redhat.com> [darrick: fix bitwise complaint about kmflag_mask] Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Diffstat (limited to 'fs/xfs/libxfs/xfs_attr_leaf.c')
0 files changed, 0 insertions, 0 deletions