summaryrefslogtreecommitdiffstats
path: root/security/integrity/Makefile
diff options
context:
space:
mode:
authorJon Maloy2018-04-17 21:25:42 +0200
committerDavid S. Miller2018-04-18 19:48:43 +0200
commitbe47e41d77fba5bc17e9fb5f1c99217bb6691989 (patch)
tree721fdcebea9f57a945c6b9caeed564b39d1d97a7 /security/integrity/Makefile
parentKEYS: DNS: limit the length of option strings (diff)
downloadkernel-qcow2-linux-be47e41d77fba5bc17e9fb5f1c99217bb6691989.tar.gz
kernel-qcow2-linux-be47e41d77fba5bc17e9fb5f1c99217bb6691989.tar.xz
kernel-qcow2-linux-be47e41d77fba5bc17e9fb5f1c99217bb6691989.zip
tipc: fix use-after-free in tipc_nametbl_stop
When we delete a service item in tipc_nametbl_stop() we loop over all service ranges in the service's RB tree, and for each service range we loop over its pertaining publications while calling tipc_service_remove_publ() for each of them. However, tipc_service_remove_publ() has the side effect that it also removes the comprising service range item when there are no publications left. This leads to a "use-after-free" access when the inner loop continues to the next iteration, since the range item holding the list we are looping no longer exists. We fix this by moving the delete of the service range item outside the said function. Instead, we now let the two functions calling it test if the list is empty and perform the removal when that is the case. Reported-by: syzbot+d64b64afc55660106556@syzkaller.appspotmail.com Signed-off-by: Jon Maloy <jon.maloy@ericsson.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'security/integrity/Makefile')
0 files changed, 0 insertions, 0 deletions