aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMartin Blumenstingl <[email protected]>2019-03-18 21:47:22 +0100
committerMiquel Raynal <[email protected]>2019-03-21 16:48:59 +0100
commit6d50e9b6dcd0013c2ab690fcd1f3efce9daf9ce9 (patch)
tree2e7bec8ecf89d1137f5cf20ad89756ca09214c55 /scripts
parent91e9dd7720848fc0bd1c0a96d4dd0b169d8e542a (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')
0 files changed, 0 insertions, 0 deletions