https://github.com/torvalds/linux
Revision 892fc9f6835ecf075efac20789b012c5c9997fcc authored by Dan Carpenter on 26 August 2020, 11:33:30 UTC, committed by Christoph Hellwig on 27 August 2020, 07:22:56 UTC
The "page" pointer can be used with out being initialized.

Fixes: d7e673ec2c8e ("dma-pool: Only allocate from CMA when in same memory zone")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
1 parent 15bc20c
History
Tip revision: 892fc9f6835ecf075efac20789b012c5c9997fcc authored by Dan Carpenter on 26 August 2020, 11:33:30 UTC
dma-pool: Fix an uninitialized variable bug in atomic_pool_expand()
Tip revision: 892fc9f

back to top