Skip to content
Snippets Groups Projects
Select Git revision
  • 4de13d7ed6ffdcbb34317acaa9236f121176f5f8
  • vme-testing default
  • ci-test
  • master
  • remoteproc
  • am625-sk-ov5640
  • pcal6534-upstreaming
  • lps22df-upstreaming
  • msc-upstreaming
  • imx8mp
  • iio/noa1305
  • vme-next
  • vme-next-4.14-rc4
  • v4.14-rc4
  • v4.14-rc3
  • v4.14-rc2
  • v4.14-rc1
  • v4.13
  • vme-next-4.13-rc7
  • v4.13-rc7
  • v4.13-rc6
  • v4.13-rc5
  • v4.13-rc4
  • v4.13-rc3
  • v4.13-rc2
  • v4.13-rc1
  • v4.12
  • v4.12-rc7
  • v4.12-rc6
  • v4.12-rc5
  • v4.12-rc4
  • v4.12-rc3
32 results

tipc

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Parthasarathy Bhuvaragan authored and David S. Miller committed
    commit 4d5cfcba ('tipc: fix connection abort during subscription
    cancel'), removes the check for a valid subscription before calling
    tipc_nametbl_subscribe().
    
    This will lead to a nullptr exception when we process a
    subscription cancel request. For a cancel request, a null
    subscription is passed to tipc_nametbl_subscribe() resulting
    in exception.
    
    In this commit, we call tipc_nametbl_subscribe() only for
    a valid subscription.
    
    Fixes: 4d5cfcba ('tipc: fix connection abort during subscription cancel')
    Reported-by: default avatarAnders Widell <anders.widell@ericsson.com>
    Signed-off-by: default avatarParthasarathy Bhuvaragan <parthasarathy.bhuvaragan@ericsson.com>
    Acked-by: default avatarJon Maloy <jon.maloy@ericsson.com>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    4de13d7e
    History
    Name Last commit Last update
    ..