Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-04 | triton: fix use after free in timer.c | Gabriel 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-24 | triton: small fixes | Dmitry Kozlov | |
2014-11-22 | remove trailing whitespaces | Dmitry Kozlov | |
2014-09-22 | triton: make level triggered events oneshot (EPOLLONESHOT) | Dmitry Kozlov | |
2014-05-18 | triton: fix possible race | Dmitry Kozlov | |
2012-08-29 | fix various typos | Kozlov Dmitry | |
2011-01-28 | fix unterminated messages in core.log | Kozlov Dmitry | |
2011-01-05 | rename accel-pptp to accel-ppp | Dmitry Kozlov | |