Skip to content
Snippets Groups Projects
Select Git revision
  • 44c026a73be8038f03dbdeef028b642880cf1511
  • apu_kernel default
  • mesh_mac_filter
  • wiptp_patch
  • master protected
  • v6.7-rc6
  • v6.7-rc5
  • v6.7-rc4
  • v6.7-rc3
  • v6.7-rc2
  • v6.7-rc1
  • v6.6
  • v6.6-rc7
  • v6.6-rc6
  • v6.6-rc5
  • v6.6-rc4
  • v6.6-rc3
  • v6.6-rc2
  • v6.6-rc1
  • v6.5
  • v6.5-rc7
  • v6.5-rc6
  • v6.5-rc5
  • v6.5-rc4
  • v6.5-rc3
25 results

airspy

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Dongliang Mu authored and Mauro Carvalho Chehab committed
    The commit ca9dc8d0 ("media: airspy: respect the DMA coherency
     rules") moves variable buf from stack to heap, however, it only frees
    buf in the error handling code, missing deallocation in the success
    path.
    
    Fix this by freeing buf in the success path since this variable does not
    have any references in other code.
    
    Fixes: ca9dc8d0 ("media: airspy: respect the DMA coherency rules")
    Reported-by: default avatar <syzbot+bb25f85e5aa482864dc0@syzkaller.appspotmail.com>
    Signed-off-by: default avatarDongliang Mu <mudongliangabcd@gmail.com>
    Reviewed-by: default avatarTommaso Merciai <tommaso.merciai@amarulasolution.com>
    Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
    Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@kernel.org>
    23bc5eb5
    History
    Name Last commit Last update
    ..