summaryrefslogtreecommitdiff
path: root/accel-pppd/triton/timer.c
AgeCommit message (Collapse)Author
2022-03-04triton: fix use after free in timer.cGabriel Jeanneau
When using pppd_compat module, accel-ppp crash with SIGBUS on spin_lock(&t->ctx->lock) of timer_thread. When a moduile call triton_timer_del, fd are close without taking into account epoll function and without removing from polled fd list. File descriptor are removed from polled fd list and then close in timer_thread avoiding use after free. Fixes: 5bac5a2edb7b ("rewriting triton library...") Signed-off-by: Gabriel Jeanneau <gabriel.jeanneau@6wind.com>
2019-12-24triton: small fixesDmitry Kozlov
2014-11-22remove trailing whitespacesDmitry Kozlov
2014-09-22triton: make level triggered events oneshot (EPOLLONESHOT)Dmitry Kozlov
2014-05-18triton: fix possible raceDmitry Kozlov
2012-08-29fix various typosKozlov Dmitry
2011-01-28fix unterminated messages in core.logKozlov Dmitry
2011-01-05rename accel-pptp to accel-pppDmitry Kozlov