diff options
| author | Martin Blumenstingl <[email protected]> | 2019-03-18 21:47:22 +0100 |
|---|---|---|
| committer | Miquel Raynal <[email protected]> | 2019-03-21 16:48:59 +0100 |
| commit | 6d50e9b6dcd0013c2ab690fcd1f3efce9daf9ce9 (patch) | |
| tree | 2e7bec8ecf89d1137f5cf20ad89756ca09214c55 /scripts/stackusage | |
| parent | 91e9dd7720848fc0bd1c0a96d4dd0b169d8e542a (diff) | |
mtd: rawnand: meson: fix a potential memory leak in meson_nfc_read_buf
meson_nfc_dma_buffer_setup() is called with the "info" buffer which is
allocated a few lines before using kzalloc(). If
meson_nfc_dma_buffer_setup() fails we need to free the allocated "info"
buffer instead of only freeing it upon success.
Fixes: 8fae856c53500a ("mtd: rawnand: meson: add support for Amlogic NAND flash controller")
Signed-off-by: Martin Blumenstingl <[email protected]>
Acked-by: Liang Yang <[email protected]>
Reviewed-by: Kevin Hilman <[email protected]>
Signed-off-by: Miquel Raynal <[email protected]>
Diffstat (limited to 'scripts/stackusage')
0 files changed, 0 insertions, 0 deletions